~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to HACKING

  • Committer: Aaron Bentley
  • Date: 2005-10-19 19:52:11 UTC
  • mfrom: (1185.16.76)
  • mto: (1185.25.1)
  • mto: This revision was merged to the branch mainline in revision 1474.
  • Revision ID: abentley@panoramicfeedback.com-20051019195211-df4e4a8f8608f8fe
MergeĀ fromĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
Errors and exceptions
179
179
=====================
180
180
 
181
 
[write me]
 
181
Errors are handled through Python exceptions.  They can represent user
 
182
errors, environmental errors or program bugs.  Sometimes we can't be sure
 
183
at the time it's raised which case applies.  See bzrlib/errors.py for 
 
184
details on the error-handling practices.
182
185
 
183
186
 
184
187
Jargon