Module argumentor.exc
Class CommandExistsException
Exception raised when trying to add an already existing command.
Class CommandNotFoundException
Exception raised when trying to do something with an unexisting command.
Class OptionExistsException
Exception raised when trying to add an already existing option.
Class OptionNotFoundException
Exception raised when trying to do something with an unexisting option.
Class ParsingError
Exception raised when the Argumentor.parse() method fails because of invalid user input.