class Handler extendsHandler

Properties

protectedarray $dontReport A list of the exception types that are not reported.
protectedarray $dontFlash A list of the inputs that are never flashed for validation exceptions.

Methods

void
report(Exception$exception)

Report or log an exception.

Response
render(Request$request,Exception$exception)

Render an exception into an HTTP response.

prepareException(Exception$e)

Prepare exception for rendering.

Details

at line38
void report(Exception$exception)

Report or log an exception.

Parameters

Exception $exception

Return Value

void

at line50
Response render(Request$request,Exception$exception)

Render an exception into an HTTP response.

Parameters

Request $request
Exception $exception

Return Value

Response

at line67
protectedException prepareException(Exception$e)

Prepare exception for rendering.

Parameters

Exception $e

Return Value

Exception