~didrocks/unity/altf10

« back to all changes in this revision

Viewing changes to grackle/error.py

  • Committer: Curtis Hovey
  • Date: 2012-03-16 16:12:13 UTC
  • Revision ID: curtis.hovey@canonical.com-20120316161213-htrw58db1ojtl8d9
Always use an rfc822 message in tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    ]
7
7
 
8
8
 
 
9
class ArchiveIdNotFound(Exception):
 
10
    """No archive matching the archive_id was found in the store."""
 
11
 
9
12
class MessageIdNotFound(Exception):
10
13
    """No message matching the message_id was found in the archive."""
11
14