X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fexceptions.php;h=e332850a2674a18fddfe9f756e0204d2562cdbba;hp=fd41c37727663bfd3d5e82c4f31870119eaa3f99;hb=601d04736325741933e5161b5ad45bb98e471c22;hpb=8f2f947816821753cf4f2739cd21b8057bab328b diff --git a/application/ship-simu/exceptions.php b/application/ship-simu/exceptions.php index fd41c37..e332850 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 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(),