Skip to content

Errors#

DBTimerException #

Bases: Exception

The base exception for all DB Timer errors.

DatabaseConnectionException #

Bases: DBTimerException

Raised when a connection to the database fails.

DatabaseShutdownException #

Bases: DBTimerException

Raised when an issue occurs trying to shutdown the database.

TimerException #

Bases: Exception

Raised when an error occurs with creating, starting or deleting a Timer.