class Illuminate / Console / Events / ScheduledTaskFailed

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