class WhoopsExceptionRenderer implements ExceptionRenderer (View source)

Methods

string
render(Throwable $throwable)

Renders the given exception as HTML.

Handler
whoopsHandler()

Get the Whoops handler for the application.

Details

string render(Throwable $throwable)

Renders the given exception as HTML.

Parameters

Throwable $throwable

Return Value

string

protected Handler whoopsHandler()

Get the Whoops handler for the application.

Return Value

Handler