Edgewall Software

Changes between Version 6 and Version 7 of TracDev/Exceptions


Ignore:
Timestamp:
Apr 4, 2014, 7:18:34 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

TracBaseError is consistently used after #11568.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/Exceptions

    v6 v7  
    2727  * [=#Error `Error`] ([source:trunk/trac/db/tests/api.py#/Error trac.db.tests.api])
    2828
    29 This hierarchy seems fairly inconsistent. Consider using the `TracError` base class consistently.
    30 
    3129There also seem to be multiple naming conventions. Consider following PEP:0008#exception-names.
    3230