class QueueFailedOver (View source)

Methods

__construct(string|null $connectionName, mixed $command, Throwable $exception)

Create a new event instance.

Details

__construct(string|null $connectionName, mixed $command, Throwable $exception)

Create a new event instance.

Parameters

string|null $connectionName

The queue connection that failed.

mixed $command

The job instance.

Throwable $exception

The exception that was thrown.