exception documentation

class ResolverFactoryArguments(Exception):

Constructor: ResolverFactoryArguments(args, kwargs)

View In Hierarchy

Raised by raisingResolverFactory with the *args and **kwargs passed to that function.

Method __init__ Store the supplied args and kwargs as attributes.
Instance Variable args Undocumented
Instance Variable kwargs Undocumented
def __init__(self, args, kwargs):

Store the supplied args and kwargs as attributes.

Parameters
argsPositional arguments.
kwargsKeyword arguments.
args =

Undocumented

kwargs =

Undocumented