From 56459e5bcba52c635e971cd0918e8270447dd468 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 20 Jun 2008 21:37:39 +0000 Subject: [PATCH] Exception messages now not so very bolded --- application/ship-simu/exceptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/ship-simu/exceptions.php b/application/ship-simu/exceptions.php index 6d606d9..3b021f6 100644 --- a/application/ship-simu/exceptions.php +++ b/application/ship-simu/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 been terminated due to a thrown exception: %s[%s]: %s. Backtrace:
%s
", + ApplicationEntryPoint::app_die(sprintf("[Main:] The application %s (%s) has been terminated due to a thrown exception: %s [%s]: %s Backtrace:
%s
", ApplicationHelper::getInstance()->getAppName(), ApplicationHelper::getInstance()->getAppShortName(), $e->__toString(), -- 2.39.5