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 38
__construct(Output $output)

Constructor.

Parameters

Output $output Output

at line 49
protected string escape(string $string)

Escape formatting tags.

Parameters

string $string String to escape

Return Value

string

at line 65
protected string determineExceptionType(Throwable $exception)

Determines the exception type.

Parameters

Throwable $exception Throwable

Return Value

string

at line 97
mixed handle(Throwable $exception)

Handles the exception.

Parameters

Throwable $exception Exception to handle

Return Value

mixed