Laravel
Release notes
Upgrade Guide
Contribution Guide
class
Illuminate
/
Queue
/
Events
/
JobTimedOut
JobTimedOut
#
Properties
public
#
$connectionName
string
The connection name.
Default: null
public
#
$job
Job
The job instance.
Default: null
#
Methods
public
#
__construct
(
$connectionName
,
$job
)
:
void
Create a new event instance.
Parameters
$connectionName
string
$job
Job
On this page
On this page
Properties
connectionName
job
Methods
__construct