class Exception extends Alvine

Exception

Properties

protected string $class
protected Handler $handler

Methods

__construct(string $class, Handler $handler)

No description

bool
match(Throwable $throwable)

Prüfen ob die Exception passt

execute(Container $container)

Ausführen des Handlers

Details

at line 52
__construct(string $class, Handler $handler)

Parameters

string $class
Handler $handler

at line 67
bool match(Throwable $throwable)

Prüfen ob die Exception passt

Parameters

Throwable $throwable

Return Value

bool

at line 76
Exception execute(Container $container)

Ausführen des Handlers

Parameters

Container $container

Return Value

Exception