Image generator added, first CAPTCHA added with missing controller (partly work)
[shipsimu.git] / application / ship-simu / exceptions.php
index b5b8bdc9e83632cddc5388abb02678e9fd4a70fa..69f0d9aa73bcecd7e90e6bd19455440f93a5e1c0 100644 (file)
@@ -32,7 +32,10 @@ function __exceptionHandler (FrameworkException $e) {
                $e->getHexCode(),
                $e->getMessage(),
                $e->getPrintableBackTrace()
-       ));
+       ),
+               $e->getHexCode(),
+               $e->getExtraData()
+       );
 } // END - function
 
 // Set the new handler