🤩 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:EntityNotFoundException.php
<?php namespace Illuminate\Contracts\Queue; use InvalidArgumentException; class EntityNotFoundException extends InvalidArgumentException { /** * Create a new exception instance. * * @param string $type * @param mixed $id */ public function __construct($type, $id) { $id = (string) $id; parent::__construct("Queueable entity [{$type}] not found for ID [{$id}]."); } }
Save Changes
Cancel
Create New File
Create New Folder