Edgewall Software

Changes between Version 22 and Version 23 of TracDev/Exceptions


Ignore:
Timestamp:
Sep 16, 2019, 8:15:02 PM (5 years ago)
Author:
Ryan J Ollos
Comment:

Revert incorrect edit in version 22.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/Exceptions

    v22 v23  
    6060      * [=#GitErrorSha `GitErrorSha`] ([source:trunk/tracopt/versioncontrol/git/PyGIT.py#/GitErrorSha tracopt.versioncontrol.git.PyGIT])
    6161    * [=#Error `Error`] ([source:trunk/trac/db/tests/api.py#/Error trac.db.tests.api])
    62   * ''!StandardError'', `TracBaseError`
    63     * [=#PermissionError `PermissionError`] ([source:trunk/trac/perm.py#/PermissionError trac.perm]): Insufficient permissions to complete the operation //(Removed in 1.3.3)//
    64   * ''!StandardError'' 
     62  * ''!StandardError'' //(Removed in 1.3.3)//, `TracBaseError`
     63    * [=#PermissionError `PermissionError`] ([source:trunk/trac/perm.py#/PermissionError trac.perm]): Insufficient permissions to complete the operation
     64  * ''!StandardError''
    6565    * ''!RuntimeError'', `TracBaseError`
    6666      * [=#BackupError `BackupError`] ([source:trunk/trac/env.py#/BackupError trac.env]): Exception raised during an upgrade when the DB backup fails