class
Handler extends Handler
Methods
render(
Request $request,
Exception $e)
Render an exception into an HTTP response.
Details
at line 25
void
report(
Exception $e)
Report or log an exception.
This is a great spot to send exceptions to Sentry, Bugsnag, etc.
at line 37
Response
render(
Request $request,
Exception $e)
Render an exception into an HTTP response.