class Illuminate / Queue / Events / JobFailed

JobFailed

Properties

public

$connectionName string

The connection name.

Default: null
public

$job Job

The job instance.

Default: null
public

$exception Throwable

The exception that caused the job to fail.

Default: null

Methods

public

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

Create a new event instance.

Parameters