class ExceptionHandler extends Handler

Methods

void
pleaseDontReport(string $type)

Indicate an exception that should not be reported

Response
render(Request $request, Throwable $e)

Render an exception into an HTTP response.

Details

at line 24
void pleaseDontReport(string $type)

Indicate an exception that should not be reported

Parameters

string $type type

Return Value

void

at line 38
Response render(Request $request, Throwable $e)

Render an exception into an HTTP response.

Parameters

Request $request
Throwable $e

Return Value

Response

Exceptions

Exception