X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fselector%2Fexceptions.php;h=1184f43a503023a7e1da2e0897aa2580de3404cf;hp=e53e46f8256904f1b8792e906e21d6fd7345a438;hb=d3ac3088a75edd47f1b2a6f635fe2116129ecfd5;hpb=5872343c3d438232936f16fcbec0c20a491154f2 diff --git a/application/selector/exceptions.php b/application/selector/exceptions.php index e53e46f..1184f43 100644 --- a/application/selector/exceptions.php +++ b/application/selector/exceptions.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -26,8 +26,8 @@ function __exceptionHandler (FrameworkException $e) { // Call the app_die() method ApplicationEntryPoint::app_die(sprintf("[Main:] The application %s (%s) has terminated due to an uncaught exception: %s [%s]: %s Backtrace:
%s
", - ApplicationHelper::getInstance()->getAppName(), - ApplicationHelper::getInstance()->getAppShortName(), + ApplicationHelper::getSelfInstance()->getAppName(), + ApplicationHelper::getSelfInstance()->getAppShortName(), $e->__toString(), $e->getHexCode(), $e->getMessage(),