interface HandlerInterface

Handler interface.

Methods

mixed
handle(Throwable $exception)

Handles the exception.

Details

at line 25
mixed handle(Throwable $exception)

Handles the exception.

Parameters

Throwable $exception Exception to handle

Return Value

mixed