class Illuminate / Console / Events / ScheduledTaskFailed
You are viewing an older version of the documentation. For the latest, please visit master documentation.

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