OH THE HORROR, a mis-spaced try-catch.

This commit is contained in:
Dan Cryer 2014-05-01 16:55:44 +01:00
parent 4197c9e34d
commit c37b77ff46

View file

@ -89,8 +89,7 @@ class Handler
);
$this->log($e);
}
}
catch (\Exception $e) {
} catch (\Exception $e) {
$e = new \ErrorException(
sprintf(
'%s: %s in %s line %d',