errors module

Application specific errors to throw.

exception errors.DataBaseException(message)[source]

Bases: Exception

Exception raised for errors in the database.

Attributes:
message – explanation of the error