We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This interface MUST be implemented by any class that reports exceptions from deferred callbacks.
Implementations SHALL provide a report() method that handles the throwable, callback, and arguments.
\FastForward\Defer\ErrorReporterInterface
Reports an exception from a deferred callback.
public report(\Throwable $throwable, callable|null $callback = null, array $arguments = []): void
This method MUST handle the throwable and MAY use the callback and arguments for context.
Parameters:
$throwable
$callback
$arguments