]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/exceptions.php
Following things are changed: (in order of class names)
[shipsimu.git] / application / ship-simu / exceptions.php
index b5b8bdc9e83632cddc5388abb02678e9fd4a70fa..c6310a399a2863fb923e1b743a714deb61c76631 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -32,7 +32,10 @@ function __exceptionHandler (FrameworkException $e) {
                $e->getHexCode(),
                $e->getMessage(),
                $e->getPrintableBackTrace()
-       ));
+       ),
+               $e->getHexCode(),
+               $e->getExtraData()
+       );
 } // END - function
 
 // Set the new handler