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