Fix error handling.
This commit is contained in:
parent
b061b9b21c
commit
2e01c58f92
|
@ -41,7 +41,7 @@ public static function exception($exception, $trace = true)
|
|||
{
|
||||
$response = Event::first('500');
|
||||
|
||||
return Response::prepare($response)->send();
|
||||
echo Response::prepare($response)->render();
|
||||
}
|
||||
|
||||
exit(1);
|
||||
|
|
Loading…
Reference in New Issue