Declared in module bhoelHelper.CheckArgs
bhoelHelper.CheckArgs.ArgError
exceptions.TypeError
class ArgError(TypeError): # Inherited from exceptions.Exception def __getitem__(self, i) def __init__(self, *args) def __str__(self) # Inherited from exceptions.TypeError # Inherited from exceptions.StandardError
Error from the argument checking.