Namespaces
Salient
Cache
Cli
Exception
Collection
Console
Container
Contract
Core
Curler
Db
Http
Iterator
PHPDoc
Polyfill
Sync
Testing
Utility
Exceptions
CliInvalidArgumentsException
CliUnknownValueException
Overview
Namespace
Class
Tree
1:
<?php
declare
(strict_types=
1
);
2:
3:
namespace
Salient\Cli\Exception;
4:
5:
use
Salient\Core\AbstractException;
6:
7:
/**
8:
* Thrown when an unknown value is rejected by a command line option
9:
*
10:
* @api
11:
*/
12:
class
CliUnknownValueException
extends
AbstractException {}
13: