class ScheduledTaskFailed (View source)

Properties

Event $task

The scheduled event that failed.

Throwable $exception

The exception that was thrown.

Methods

void
__construct(Event $task, Throwable $exception)

Create a new event instance.

Details

void __construct(Event $task, Throwable $exception)

Create a new event instance.

Parameters

Event $task
Throwable $exception

Return Value

void