CC-5742: Airtime isn't handling caught exceptions properly

This commit is contained in:
drigato 2014-03-17 11:19:06 -04:00
parent 86a34635bb
commit 13a664207f

View file

@ -74,5 +74,6 @@ try {
} else {
Logging::info($e->getTrace());
}
throw $e;
}