File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Events
Upload
[..]
JobExceptionOccurred.php (456 B)
Edit
Rename
Del
JobFailed.php (464 B)
Edit
Rename
Del
JobReleasedAfterException.php (456 B)
Edit
Rename
Del
WorkerIdle.php (453 B)
Edit
Rename
Del
WorkerResuming.php (478 B)
Edit
Rename
Del
WorkerStopping.php (517 B)
Edit
Rename
Del
Edit: JobReleasedAfterException.php
<?php namespace Illuminate\Queue\Events; class JobReleasedAfterException { /** * Create a new event instance. * * @param string $connectionName The connection name. * @param \Illuminate\Contracts\Queue\Job $job The job instance. * @param int|null $backoff The backoff delay. */ public function __construct( public $connectionName, public $job, public $backoff = null ) { } }
Simpan