class Handler extends Handler

Methods

void
report( Exception $e)

Report or log an exception.

Response
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.

Parameters

Exception $e

Return Value

void

at line 37
Response render( Request $request, Exception $e)

Render an exception into an HTTP response.

Parameters

Request $request
Exception $e

Return Value

Response