From 13a664207fc1cbeacd7182668a5de00415f212bb Mon Sep 17 00:00:00 2001 From: drigato Date: Mon, 17 Mar 2014 11:19:06 -0400 Subject: [PATCH] CC-5742: Airtime isn't handling caught exceptions properly --- airtime_mvc/public/index.php | 1 + 1 file changed, 1 insertion(+) 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; }