The seedbox.db.exception Module¶
Database Exception definition classes
-
exception
seedbox.db.exception.DBError(inner_exception=None)¶ Bases:
exceptions.ExceptionWraps an implementation specific exception.
-
exception
seedbox.db.exception.DbMigrationError(message=None)¶ Bases:
seedbox.db.exception.DBErrorWraps migration specific exception.
-
exception
seedbox.db.exception.MultipleResultsFound(inner_exception=None)¶ Bases:
seedbox.db.exception.DBErrorRepresents when Multiple results found when searching by unique id
-
exception
seedbox.db.exception.NoResultFound(inner_exception=None)¶ Bases:
seedbox.db.exception.DBErrorRepresents when No results found when fetching by unique id