class Illuminate / Queue / Events / JobExceptionOccurred
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

JobExceptionOccurred

Properties

public

$connectionName string

The connection name.

Default: null
public

$job Job

The job instance.

Default: null
public

$exception Throwable

The exception instance.

Default: null

Methods

public

__construct ( $connectionName , $job , $exception ) : void

Create a new event instance.

Parameters