~didrocks/unity/altf10

« back to all changes in this revision

Viewing changes to grackle/error.py

  • Committer: Curtis Hovey
  • Date: 2012-02-29 22:29:35 UTC
  • Revision ID: curtis.hovey@canonical.com-20120229222935-txjobf042vsykgnr
Rename variable for clarity.

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
 
 
12
9
class MessageIdNotFound(Exception):
13
10
    """No message matching the message_id was found in the archive."""
14
11