]> git.mxchange.org Git - shipsimu.git/blobdiff - application/selector/starter.php
Code cleanup in application selector. TODO: Application 'admin' needs to be excluded...
[shipsimu.git] / application / selector / starter.php
index 7fd2509c381aea8e170a2f1c11190687717b56d0..dde690e85cea772656dbd443f3edcd612810461b 100644 (file)
@@ -50,7 +50,8 @@ if ((empty($app)) || (is_null($app))) {
 try {
        // Call user function
        call_user_func_array(array($app, FrameworkConfiguration::getInstance()->readConfig('entry_method')), array());
-} catch (FrameworkException  $e) {
+} catch (FrameworkException $e) {
+       die($e->getMessage());
        ApplicationEntryPoint::app_die(sprintf("[Main:] The application <span class=\"app_name\">%s</span> has been terminated due to a thrown exception: <strong>%s - %s</strong>",
                $application,
                $e->__toString(),