class
JobExceptionOccurred
Properties
string
|
$connectionName |
The connection name. |
|
Job
|
$job |
The job instance. |
|
Exception
|
$exception |
The exception instance. |
|
Methods
Details
at line 36
void
__construct(string $connectionName, Job $job, Exception $exception)
Create a new event instance.