X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=application%2Fselector%2Fstarter.php;h=dde690e85cea772656dbd443f3edcd612810461b;hb=4a86a97464975305c05d2771abfe31586bc37055;hp=7fd2509c381aea8e170a2f1c11190687717b56d0;hpb=4c9ee1063ef6fe79c36e06250fd5f538c8a03751;p=shipsimu.git diff --git a/application/selector/starter.php b/application/selector/starter.php index 7fd2509..dde690e 100644 --- a/application/selector/starter.php +++ b/application/selector/starter.php @@ -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 %s has been terminated due to a thrown exception: %s - %s", $application, $e->__toString(),