exception documentation
class ArgumentError(Exception): (source)
Constructor: ArgumentError(argument, message)
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 |
Undocumented |
Instance Variable | message |
Undocumented |