Merge pull request #1711 from torm3nt/master
Event firing of 500s now passes along the $exception object
This commit is contained in:
@@ -54,7 +54,7 @@ class Error {
|
||||
// Using events gives the developer more freedom.
|
||||
else
|
||||
{
|
||||
$response = Event::first('500');
|
||||
$response = Event::first('500', $exception);
|
||||
|
||||
$response = Response::prepare($response);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user