class ViewException extends ErrorException (View source)

Methods

bool|null
report()

Report the exception.

Response|null
render(Request $request)

Render the exception into an HTTP response.

Details

bool|null report()

Report the exception.

Return Value

bool|null

Response|null render(Request $request)

Render the exception into an HTTP response.

Parameters

Request $request

Return Value

Response|null