178
178
Errors and exceptions
179
179
=====================
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.