🤩 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:ShouldNotHappenException.php
<?php declare(strict_types=1); namespace Laravel\Pao\Exceptions; use RuntimeException; /** * @internal * * @codeCoverageIgnore */ final class ShouldNotHappenException extends RuntimeException { public function __construct() { parent::__construct('This should not have happened. Please report this issue at [https://github.com/laravel/pao/issues/new].'); } }
Save Changes
Cancel
Create New File
Create New Folder