🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing: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, ) { } }
Save Changes
Cancel
Create New File
Create New Folder