LittleDemon WebShell


Linux premium331.web-hosting.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
Path : /opt/cpanel/ea-wappspector/vendor/sebastian/cli-parser/src/exceptions/
File Upload :
Command :
Current File : //opt/cpanel/ea-wappspector/vendor/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.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 AmbiguousOptionException extends RuntimeException implements Exception
{
    public function __construct(string $option)
    {
        parent::__construct(
            sprintf(
                'Option "%s" is ambiguous',
                $option,
            ),
        );
    }
}

LittleDemon - FACEBOOK
[ KELUAR ]