class WhoopsDisplayer implements ExceptionDisplayerInterface (View source)

Methods

void
__construct( Run $whoops, bool $runningInConsole)

Create a new Whoops exception displayer.

display( Exception $exception)

Display the given exception to the user.

Details

at line line 31
void __construct( Run $whoops, bool $runningInConsole)

Create a new Whoops exception displayer.

Parameters

Run $whoops
bool $runningInConsole

Return Value

void

at line line 43
display( Exception $exception)

Display the given exception to the user.

Parameters

Exception $exception