class documentation

class NoSuchModuleError(ArgumentError):

View In Hierarchy

Raised when a dynamically-loaded module (usually a database dialect) of a particular name cannot be located.

Inherited from SQLAlchemyError (via ArgumentError):

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

Inherited from HasDescriptionCode (via ArgumentError, SQLAlchemyError):

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