diff --git a/airtime_mvc/public/index.php b/airtime_mvc/public/index.php index 59a4054d7..a82aceef8 100644 --- a/airtime_mvc/public/index.php +++ b/airtime_mvc/public/index.php @@ -87,6 +87,6 @@ try { } else { Logging::error($e->getTrace()); } - die(); + throw $e; }