From ddb77d9715f4ec081564a666d08d2fe74ff61b55 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 18 Dec 2008 02:05:13 +0000 Subject: [PATCH] Applications should terminate due to an uncatched exception --- application/admin/exceptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), -- 2.39.5