| Exception | Description |
|---|---|
| DuplicatedArgumentNameException |
Exception thrown when another Argument with the same name has been registered in a Command.
|
| DuplicatedNameException |
Exception thrown when another Command has been registered with the same Name or Alias.
|
| InvalidCallException | |
| InvalidCommandNameException |
Exception thrown when the command name includes non-alphanumeric characters.
|
| InvalidValueException |
Exception thrown when the user inputs an invalid value for an argument.
|
| MissingArgumentException |
Exception thrown when the user call a command missing a required argument with no default value.
|