~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Robert Collins
  • Date: 2005-11-13 18:57:26 UTC
  • mfrom: (1185.31.9)
  • Revision ID: robertc@robertcollins.net-20051113185726-39ede10d746eee6d
Merge Johns current integration work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
    def __init__(self, base):
134
134
        BzrNewError.__init__(self)
135
135
        self.base = base
136
 
        
 
136
 
137
137
 
138
138
class BzrCommandError(BzrError):
139
139
    # Error from malformed user command