exception documentation

class ParseError(Exception): (source)

View In Hierarchy

An error arising from the parsing of command-line flags/arguments. Ambiguous input, invalid task names, invalid flags, etc. .. versionadded:: 1.0

Method __init__ Undocumented
Instance Variable context Undocumented
def __init__(self, msg, context=None): (source)

Undocumented

Undocumented