Bases: exceptions.Exception
Exception raised when an internal error occurs.
Raised for instance in case of server internal error.
Variables: | cause – the cause of the exception being raised, when not none this will itself be an exception instance, this is useful for creating a chain of exceptions for versions of python where this is not yet implemented/supported natively. |
---|
list of weak references to the object (if defined)