class ViewException extends ErrorException

Methods

bool|null
report()

Report the exception.

Response|null
render(Request $request)

Render the exception into an HTTP response.

Details

at line 18
bool|null report()

Report the exception.

Return Value

bool|null

at line 32
Response|null render(Request $request)

Render the exception into an HTTP response.

Parameters

Request $request

Return Value

Response|null