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 error reporter implementation MUST ignore all reported exceptions.
It SHALL NOT perform any logging or throw exceptions under any circumstances. This class MAY be used as a default or placeholder reporter.
\FastForward\Defer\ErrorReporter\NullErrorReporter
\FastForward\Defer\ErrorReporterInterface
Ignores any reported throwable.
public report(\Throwable $throwable, callable|null $callback = null, array $args = []): void
This method MUST NOT perform any action and MUST NOT throw exceptions.
Parameters:
$throwable
$callback
$args