File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Events
Upload
[..]
JobAttempted.php (747 B)
Edit
Rename
Del
JobDebounced.php (373 B)
Edit
Rename
Del
JobExceptionOccurred.php (456 B)
Edit
Rename
Del
JobFailed.php (464 B)
Edit
Rename
Del
JobPopped.php (360 B)
Edit
Rename
Del
JobPopping.php (344 B)
Edit
Rename
Del
JobQueued.php (862 B)
Edit
Rename
Del
JobReleasedAfterException.php (456 B)
Edit
Rename
Del
JobRetryRequested.php (619 B)
Edit
Rename
Del
Looping.php (457 B)
Edit
Rename
Del
QueueFailedOver.php (515 B)
Edit
Rename
Del
QueuePaused.php (417 B)
Edit
Rename
Del
WorkerIdle.php (453 B)
Edit
Rename
Del
WorkerInterrupted.php (578 B)
Edit
Rename
Del
WorkerResuming.php (478 B)
Edit
Rename
Del
WorkerStarting.php (392 B)
Edit
Rename
Del
WorkerStopping.php (517 B)
Edit
Rename
Del
Edit: QueueFailedOver.php
<?php namespace Illuminate\Queue\Events; use Throwable; class QueueFailedOver { /** * Create a new event instance. * * @param string|null $connectionName The queue connection that failed. * @param \Closure|string|object $command The job instance. * @param \Throwable $exception The exception that was thrown. */ public function __construct( public ?string $connectionName, public mixed $command, public Throwable $exception, ) { } }
Simpan