class Handler extends Handler

Properties

protected array<int,string> $dontFlash

A list of the inputs that are never flashed for validation exceptions.

Methods

void
register()

Register the exception handling callbacks for the application.

prepareException(Throwable $e)

Prepare exception for rendering.

Details

at line 27
void register()

Register the exception handling callbacks for the application.

Return Value

void

at line 40
protected Exception prepareException(Throwable $e)

Prepare exception for rendering.

Parameters

Throwable $e

Return Value

Exception