7
'UnsupportedDisplayType',
12
class ArchiveIdExists(Exception):
13
"""An archive matching the archive_id was found in the store."""
16
class ArchiveIdNotFound(Exception):
17
"""No archive matching the archive_id was found in the store."""
20
class MessageIdNotFound(Exception):
21
"""No message matching the message_id was found in the archive."""
24
class UnparsableDateRange(Exception):
25
"""The date_range was not in the format of 2012-01-01..2012-01-31."""
28
class UnsupportedDisplayType(Exception):
29
"""Raised when an Unsupported display_type is requested."""
32
class UnsupportedOrder(Exception):
33
"""Raised when an Unsupported order is requested."""