Working on exception handling. WIP.
This commit is contained in:
@@ -34,7 +34,9 @@ class Kernel extends HttpKernel {
|
||||
}
|
||||
catch (Exception $e)
|
||||
{
|
||||
throw $e;
|
||||
$this->reportException($e);
|
||||
|
||||
return $this->renderException($request, $e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user