WhoopsDisplayer
class WhoopsDisplayer implements ExceptionDisplayerInterface (View source)
Properties
protected Run | $whoops | The Whoops run instance. |
|
protected bool | $runningInConsole | Indicates if the application is in a console environment. |
Methods
void
__construct(Run $whoops, bool $runningInConsole)
Create a new Whoops exception displayer.
Details
void
__construct(Run $whoops, bool $runningInConsole)
Create a new Whoops exception displayer.
display(Exception $exception)
Display the given exception to the user.