Package pulp :: Package client :: Module connection :: Class RestlibException
[hide private]
[frames] | no frames]

Class RestlibException

source code

exceptions.Exception --+
                       |
                      RestlibException

Instance Methods [hide private]
 
__init__(self, code, msg="") source code
 
__str__(self) source code

Inherited from exceptions.Exception: __getitem__

Method Details [hide private]

__init__(self, code, msg="")
(Constructor)

source code 
Overrides: exceptions.Exception.__init__

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__