~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Adeodato Simó
  • Date: 2007-06-19 16:11:26 UTC
  • mto: (2547.1.1 Aaron's integration)
  • mto: This revision was merged to the branch mainline in revision 2548.
  • Revision ID: dato@net.com.org.es-20070619161126-zwni0l40maepwyj5
New SMTPConnection class, a reduced version of that in bzr-email.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2134
2134
 
2135
2135
    def __init__(self, response_tuple):
2136
2136
        self.response_tuple = response_tuple
 
2137
 
 
2138
 
 
2139
class NoDestinationAddress(BzrError):
 
2140
 
 
2141
    internal_error = True
 
2142
 
 
2143
    _fmt = "Message does not have a destination address."