Revision: 254
http://sourceforge.net/p/beeframework/code/254
Author: m_plomer
Date: 2014-10-09 02:29:34 +0000 (Thu, 09 Oct 2014)
Log Message:
-----------
omissions from previous refactorings
Modified Paths:
--------------
trunk/framework/Bee/Context/BeanCreationException.php
Modified: trunk/framework/Bee/Context/BeanCreationException.php
===================================================================
--- trunk/framework/Bee/Context/BeanCreationException.php 2014-10-09 01:54:35 UTC (rev 253)
+++ trunk/framework/Bee/Context/BeanCreationException.php 2014-10-09 02:29:34 UTC (rev 254)
@@ -38,7 +38,7 @@
* @return BeanCreationException
*/
public function __construct($name, $message=null, Exception $cause = null) {
- parent::__construct(sprintf(self::EXCEPTION_MESSAGE, $name, $message), $cause);
+ parent::__construct(sprintf(self::EXCEPTION_MESSAGE, $name, $message), 0, $cause);
$this->name = $name;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|