FailingJob
in package
Table of Contents
- handle() : void
- Delete the job, call the "failed" method, and raise the failed job event.
- events() : Dispatcher
- Get the event dispatcher instance.
Methods
handle()
Delete the job, call the "failed" method, and raise the failed job event.
public
static handle(string $connectionName, Job $job[, Exception $e = null ]) : void
Parameters
- $connectionName : string
- $job : Job
- $e : Exception = null
Return values
void —events()
Get the event dispatcher instance.
protected
static events() : Dispatcher