mini\Hooks\PerItemTriggers::handleException() Method

protected static

Signature

protected static function handleException(Throwable $exception, ?Closure $listener, ?mini\Hooks\Dispatcher $source): void

Parameters

Name Type Default Description
$exception Throwable required Documentation missing
$listener ?Closure required Documentation missing
$source ?mini\Hooks\Dispatcher required Documentation missing

Returns

void

Documentation

Handle an exception from a listener

Inherited From

mini\Hooks\Dispatcher

Source

src/Hooks/Dispatcher.php:121-133