REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 643 B
Close
/proc/thread-self/root/home/byroehnu/easetack.com/vendor/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php
Text
Base64
<?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 AmbiguousOptionException extends RuntimeException implements Exception { public function __construct(string $option) { parent::__construct( sprintf( 'Option "%s" is ambiguous', $option, ), ); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
AmbiguousOptionException.php
643 B
lrw-rw-rw-
2024-07-03 04:41:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Exception.php
364 B
lrw-rw-rw-
2024-07-03 04:41:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
OptionDoesNotAllowArgumentException.php
668 B
lrw-rw-rw-
2024-07-03 04:41:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
RequiredOptionArgumentMissingException.php
677 B
lrw-rw-rw-
2024-07-03 04:41:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
UnknownOptionException.php
636 B
lrw-rw-rw-
2024-07-03 04:41:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).