Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 52.14.165.32
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
3 /
symfony /
options-resolver /
Exception /
Delete
Unzip
Name
Size
Permission
Date
Action
AccessException.php
575
B
-rw-r--r--
2021-01-27 09:00
ExceptionInterface.php
488
B
-rw-r--r--
2021-01-27 09:00
InvalidArgumentException.php
494
B
-rw-r--r--
2021-01-27 09:00
InvalidOptionsException.php
564
B
-rw-r--r--
2021-01-27 09:00
MissingOptionsException.php
528
B
-rw-r--r--
2021-01-27 09:00
NoConfigurationException.php
712
B
-rw-r--r--
2021-01-27 09:00
NoSuchOptionException.php
831
B
-rw-r--r--
2021-01-27 09:00
OptionDefinitionException.php
504
B
-rw-r--r--
2021-01-27 09:00
UndefinedOptionsException.php
574
B
-rw-r--r--
2021-01-27 09:00
Save
Rename
<?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\OptionsResolver\Exception; /** * Exception thrown when a required option is missing. * * Add the option to the passed options array. * * @author Bernhard Schussek <bschussek@gmail.com> */ class MissingOptionsException extends InvalidArgumentException { }