11
12
class ArchiveIdExists(Exception):
12
13
"""An archive matching the archive_id was found in the store."""
14
16
class ArchiveIdNotFound(Exception):
15
17
"""No archive matching the archive_id was found in the store."""
17
20
class MessageIdNotFound(Exception):
18
21
"""No message matching the message_id was found in the archive."""