Laravel
Release notes
Upgrade Guide
Contribution Guide
class
Illuminate
/
Console
/
Events
/
ScheduledTaskFailed
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
ScheduledTaskFailed
#
Properties
public
#
$task
Event
The scheduled event that failed.
Default: null
public
#
$exception
Throwable
The exception that was thrown.
Default: null
#
Methods
public
#
__construct
(
Event
$task
,
Throwable
$exception
)
:
void
Create a new event instance.
Parameters
$task
Event
$exception
Throwable
On this page
On this page
Properties
task
exception
Methods
__construct