class JobExceptionOccurred (View source)

Properties

string $connectionName The connection name.
Job $job The job instance.
array $data The data given to the job.
Throwable $exception The exception instance.

Methods

void
__construct( string $connectionName, Job $job, array $data, Throwable $exception)

Create a new event instance.

Details

at line line 44
void __construct( string $connectionName, Job $job, array $data, Throwable $exception)

Create a new event instance.

Parameters

string $connectionName
Job $job
array $data
Throwable $exception

Return Value

void