Package ldaptor :: Package test :: Module test_ldapclient :: Class SillyError
[hide private]
[frames] | no frames]

Class SillyError

source code

exceptions.Exception --+
                       |
                      SillyError

Instance Methods [hide private]
 
__str__(self)
Exception for test purposes.
source code

Inherited from exceptions.Exception: __getitem__, __init__

Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 

Exception for test purposes.

Overrides: exceptions.Exception.__str__