W3cubDocs

/Laravel 8

JobExceptionOccurred

class JobExceptionOccurred (View source)

Properties

string $connectionName The connection name.
Job $job The job instance.
Throwable $exception The exception instance.

Methods

void __construct(string $connectionName, Job $job, Throwable $exception)

Create a new event instance.

Details

void __construct(string $connectionName, Job $job, Throwable $exception)

Create a new event instance.

Parameters

string $connectionName
Job $job
Throwable $exception

Return Value

void

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Queue/Events/JobExceptionOccurred.html