seriesmarker.persistence.exception module

exception EntityExistsException(entity_id, table)[source]

Bases: Exception

Indicates the existence of an entity with same ID in the database.

__init__(entity_id, table)[source]
__str__()[source]
exception EntityNotFoundException(entity_id, table)[source]

Bases: Exception

Indicates the absence of an entity in the database.

__init__(entity_id, table)[source]
__str__()[source]