OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
API
/
vendor
/
symfony
/
finder
/
Exception
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/07/2024 04:33:59 AM
rwxr-xr-x
📄
AccessDeniedException.php
446 bytes
08/07/2024 04:33:58 AM
rw-r--r--
📄
DirectoryNotFoundException.php
438 bytes
08/07/2024 04:33:58 AM
rw-r--r--
Editing: DirectoryNotFoundException.php
Close
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Finder\Exception; /** * @author Andreas Erhard <andreas.erhard@i-med.ac.at> */ class DirectoryNotFoundException extends \InvalidArgumentException { }