Edgewall Software

Changes between Version 8 and Version 9 of TracDev/Exceptions


Ignore:
Timestamp:
Apr 7, 2014, 6:21:36 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Removed stray comma.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/Exceptions

    v8 v9  
    2525  * ''!StandardError'', `TracBaseError`
    2626    * [=#PermissionError `PermissionError`] ([source:trunk/trac/perm.py#/PermissionError trac.perm]): Insufficient permissions to complete the operation
    27   * ''!StandardError'',
     27  * ''!StandardError''
    2828    * ''!RuntimeError'', `TracBaseError`
    2929      * [=#BackupError `BackupError`] ([source:trunk/trac/env.py#/BackupError trac.env]): Exception raised during an upgrade when the DB backup fails.