PHP 8.2.30
Preview: OptionDoesNotAllowArgumentException.php Size: 668 B
/proc/thread-self/root/home/byroehnu/easetack.com/vendor/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.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 OptionDoesNotAllowArgumentException extends RuntimeException implements Exception
{
    public function __construct(string $option)
    {
        parent::__construct(
            sprintf(
                'Option "%s" does not allow an argument',
                $option,
            ),
        );
    }
}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
643 B lrw-rw-rw- 2024-07-03 04:41:36
Edit Download
364 B lrw-rw-rw- 2024-07-03 04:41:36
Edit Download
668 B lrw-rw-rw- 2024-07-03 04:41:36
Edit Download
677 B lrw-rw-rw- 2024-07-03 04:41:36
Edit Download
636 B lrw-rw-rw- 2024-07-03 04:41:36
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).