Package ZenRRD :: Module zencommand :: Class TimeoutError
[hide private]
[frames] | no frames]

Class TimeoutError

source code

exceptions.Exception --+
                       |
                      TimeoutError

Error for a defered call taking too long to complete

Instance Methods [hide private]
 
__init__(self, *args) source code

Inherited from exceptions.Exception: __getitem__, __providedBy__, __str__

Class Variables [hide private]

Inherited from exceptions.Exception: __implemented__, __provides__

Method Details [hide private]

__init__(self, *args)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__