exception documentation

An error from creating or using an argument (optional or positional).

The string value of this exception is the message, augmented with information about the argument that caused it.

Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable argument_name Undocumented
Instance Variable message Undocumented
def __init__(self, argument, message): (source)

Undocumented

def __str__(self): (source)

Undocumented

argument_name = (source)

Undocumented

Undocumented