class JobFailed (View source)
Create a new event instance.
void __construct(string $connectionName, Job $job, Throwable $exception)
The connection name.
The job instance.
The exception that caused the job to fail.