From: Roland Häder Date: Fri, 20 Jun 2008 21:37:39 +0000 (+0000) Subject: Exception messages now not so very bolded X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=56459e5bcba52c635e971cd0918e8270447dd468;p=shipsimu.git Exception messages now not so very bolded --- 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(),