Login and auth classes added. WARNING: All class config entries must end with _class!
[shipsimu.git] / application / selector / starter.php
index 4bcbd4ac5a3a36cd023ac87111b50fa029617844..fcd9855cc5bdf85462c72b2c1360af6d1b213627 100644 (file)
@@ -51,7 +51,7 @@ try {
        // Call user function
        call_user_func_array(array($app, FrameworkConfiguration::getInstance()->readConfig('entry_method')), array());
 } catch (FrameworkException  $e) {
-       ApplicationEntryPoint::app_die(sprintf("[Main:] The application <strong>%s</strong> could not be launched for the follwing reason: <strong>%s</strong>",
+       ApplicationEntryPoint::app_die(sprintf("[Main:] The application <strong>%s</strong> has been terminated due to a thrown exception: <strong>%s</strong>",
                $application,
                $e->getMessage()
        ));