class
Illuminate
/
Foundation
/
Exceptions
/
Whoops
/
WhoopsExceptionRenderer
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
WhoopsExceptionRenderer
Implements
Methods
public
render ( $throwable ) : string
Renders the given exception as HTML.
Parameters
- $throwable Throwable
protected
whoopsHandler ( ) : Whoops\...\Handler
Get the Whoops handler for the application.