~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Aaron Bentley
  • Date: 2007-08-09 20:30:00 UTC
  • mto: (2681.5.3 bzr-mail)
  • mto: This revision was merged to the branch mainline in revision 2736.
  • Revision ID: abentley@panoramicfeedback.com-20070809203000-939mwp9uv19snzme
Add support for mail-from-editor

Show diffs side-by-side

added added

removed removed

Lines of Context:
2308
2308
 
2309
2309
    def __init__(self, error):
2310
2310
        self.error = error
 
2311
 
 
2312
 
 
2313
class NoMessageSupplied(BzrError):
 
2314
 
 
2315
    _fmt = "No message supplied."