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.

prepareException(Throwable $e)

Prepare exception for rendering.

Details

at line 38
void register()

Register the exception handling callbacks for the application.

Return Value

void

at line 51
protected Exception prepareException(Throwable $e)

Prepare exception for rendering.

Parameters

Throwable $e

Return Value

Exception