class ProductionHandler implements HandlerInterface

Production handler.

Properties

protected Output $output Output.

Methods

__construct(Output $output)

Constructor.

mixed
handle(Throwable $exception)

Handles the exception.

Details

at line 33
__construct(Output $output)

Constructor.

Parameters

Output $output Output

at line 41
mixed handle(Throwable $exception)

Handles the exception.

Parameters

Throwable $exception Exception to handle

Return Value

mixed