Edgewall Software

Changes between Version 2 and Version 3 of TracDev/Exceptions


Ignore:
Timestamp:
Sep 18, 2013, 3:06:28 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Fixed typo.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/Exceptions

    v2 v3  
    2222  * [=#RequestDone `RequestDone`] ([source:trunk/trac/web/api.py#/RequestDone trac.web.api]): Marker exception that indicates whether request processing has completed and a response was sent.
    2323  * [=#TimeoutError `TimeoutError`] ([source:trunk/trac/db/pool.py#/TimeoutError trac.db.pool]): Exception raised by the connection pool when no connection has become available after a given timeout.
    24   * [=#ParseError `ParseError`] ([source:trunk/trac/versioncontrol/svn_authz.py#/ParseError trac.versioncontrol.svn_autz]): Exception thrown for parse errors in authz files
     24  * [=#ParseError `ParseError`] ([source:trunk/trac/versioncontrol/svn_authz.py#/ParseError trac.versioncontrol.svn_authz]): Exception thrown for parse errors in authz files
    2525  * [=#GitError `GitError`] ([source:trunk/tracopt/versioncontrol/git/PyGIT.py#/GitError tracopt.versioncontrol.git.PyGIT])
    2626    * [=#GitErrorSha `GitErrorSha`] ([source:trunk/tracopt/versioncontrol/git/PyGIT.py#/GitErrorSha tracopt.versioncontrol.git.PyGIT])