class SymfonyDisplayer implements ExceptionDisplayerInterface (View source)

Methods

void
__construct( ExceptionHandler $symfony, bool $returnJson = false)

Create a new Symfony exception displayer.

display( Exception $exception)

Display the given exception to the user.

Details

at line line 30
void __construct( ExceptionHandler $symfony, bool $returnJson = false)

Create a new Symfony exception displayer.

Parameters

ExceptionHandler $symfony
bool $returnJson

Return Value

void

at line line 42
display( Exception $exception)

Display the given exception to the user.

Parameters

Exception $exception