class Handler extends Handler

Properties

protected Throwable>> $dontReport

A list of the exception types that are not reported.

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.

Details

at line 35
void register()

Register the exception handling callbacks for the application.

Return Value

void