Exceptions

Attributes
class mil_tools.ArgumentParserException(message: str)[source]

An error was encountered while parsing arguments. Commonly extended by ThrowingArgumentParser.

message

The message associated with the error.

Return type

str