Documentation

JobExceptionOccurred
in package

Table of Contents

$connectionName  : string
The connection name.
$exception  : Exception
The exception instance.
$job  : Job
The job instance.
__construct()  : void
Create a new event instance.

Properties

Methods

__construct()

Create a new event instance.

public __construct(string $connectionName, Job $job, Exception $exception) : void
Parameters
$connectionName : string
$job : Job
$exception : Exception
Return values
void

Search results