From: Roland Häder Date: Thu, 18 Dec 2008 02:05:13 +0000 (+0000) Subject: Applications should terminate due to an uncatched exception X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ddb77d9715f4ec081564a666d08d2fe74ff61b55;p=admin.git Applications should terminate due to an uncatched exception --- diff --git a/application/admin/exceptions.php b/application/admin/exceptions.php index fd41c37..e332850 100644 --- a/application/admin/exceptions.php +++ b/application/admin/exceptions.php @@ -25,7 +25,7 @@ // Our own exception handler function __exceptionHandler (FrameworkException $e) { // Call the app_die() method - ApplicationEntryPoint::app_die(sprintf("[Main:] The application %s (%s) has terminated due to a thrown exception: %s [%s]: %s Backtrace:
%s
", + ApplicationEntryPoint::app_die(sprintf("[Main:] The application %s (%s) has terminated due to an uncatched exception: %s [%s]: %s Backtrace:
%s
", ApplicationHelper::getInstance()->getAppName(), ApplicationHelper::getInstance()->getAppShortName(), $e->__toString(),