diff --git a/airtime_mvc/public/index.php b/airtime_mvc/public/index.php index 7c6d5cfb4..5c4dcdae8 100644 --- a/airtime_mvc/public/index.php +++ b/airtime_mvc/public/index.php @@ -74,5 +74,6 @@ try { } else { Logging::info($e->getTrace()); } + throw $e; }