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