FailedJobProviderInterface (Queue\Failed)
FailedJobProviderInterface
interface FailedJobProviderInterface (View source)
Methods
int|null | log(string $connection, string $queue, string $payload, Exception $exception) Log a failed job into storage. | |
array | all() Get a list of all of the failed jobs. | |