ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/sebastian/cli-parser/src/exceptions
/
opt
cpanel
ea-wappspector
vendor
sebastian
cli-parser
src
exceptions
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
AmbiguousOptionException.php
643 B
chmod
View
DL
Edit
Rename
Delete
Exception.php
364 B
chmod
View
DL
Edit
Rename
Delete
OptionDoesNotAllowArgumentException.php
668 B
chmod
View
DL
Edit
Rename
Delete
RequiredOptionArgumentMissingException.php
677 B
chmod
View
DL
Edit
Rename
Delete
UnknownOptionException.php
636 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/sebastian/cli-parser/src/exceptions/UnknownOptionException.php
<?php declare(strict_types=1); /* * This file is part of sebastian/cli-parser. * * (c) Sebastian Bergmann <sebastian@phpunit.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace SebastianBergmann\CliParser; use function sprintf; use RuntimeException; final class UnknownOptionException extends RuntimeException implements Exception { public function __construct(string $option) { parent::__construct( sprintf( 'Unknown option "%s"', $option, ), ); } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply