class documentation

class ResourceClosedError(InvalidRequestError):

View In Hierarchy

An operation was requested from a connection, cursor, or other object that's in a closed state.

Inherited from SQLAlchemyError (via InvalidRequestError):

Method __str__ Undocumented
Method __unicode__ Undocumented
Method ​_message Undocumented
Method ​_sql​_message Undocumented

Inherited from HasDescriptionCode (via InvalidRequestError, SQLAlchemyError):

Method __init__ Undocumented
Method ​_code​_str Undocumented
Instance Variable code Undocumented