/var/www/vhosts/ihelp.ro/httpdocs/vendor/sebastian/cli-parser/src/exceptions
NameSizeModeActions
AmbiguousOptionException.php6410644editdlrm
Exception.php3640644editdlrm
OptionDoesNotAllowArgumentException.php6660644editdlrm
RequiredOptionArgumentMissingException.php6750644editdlrm
UnknownOptionException.php6340644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/sebastian/cli-parser/src/exceptions/Exception.php (364B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace SebastianBergmann\CliParser; use Throwable; interface Exception extends Throwable { }