class DevelopmentHandler implements HandlerInterface

Development handler.

Properties

protected Output $output Output.

Methods

__construct(Output $output)

Constructor.

string
escape(string $string)

Escape formatting tags.

string
determineExceptionType(Throwable $exception)

Determines the exception type.

mixed
handle(Throwable $exception)

Handles the exception.

Details

at line 36
__construct(Output $output)

Constructor.

Parameters

Output $output Output

at line 47
protected string escape(string $string)

Escape formatting tags.

Parameters

string $string String to escape

Return Value

string

at line 63
protected string determineExceptionType(Throwable $exception)

Determines the exception type.

Parameters

Throwable $exception Throwable

Return Value

string

at line 95
mixed handle(Throwable $exception)

Handles the exception.

Parameters

Throwable $exception Exception to handle

Return Value

mixed