Edgewall Software

Changes between Version 16 and Version 17 of TracDev/Exceptions


Ignore:
Timestamp:
Mar 24, 2016, 7:20:02 PM (8 years ago)
Author:
Ryan J Ollos
Comment:

Document #12385.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/Exceptions

    v16 v17  
    2626      * [=#ResourceNotFound `ResourceNotFound`] ([source:trunk/trac/resource.py#/ResourceNotFound trac.resource]): Thrown when a non-existent resource is requested
    2727      * [=#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 (Prior to 1.0.2dev-r12305, inherited directly from `Exception`).
     28      * [=#TracNotImplementedError `TracNotImplementedError`] ([source:trunk/trac/web/api.py#/TracNotImplementedError trac.web.api]) Exception raised when a `NotImplementedError` is trapped. This exception is for internal use only and should not be raised by plugins. Plugin should use `NotImplementedError`. //(Since 1.0.11)//
    2829    * [=#HTTPException `HTTPException`] ([source:trunk/trac/web/api.py#/HTTPException trac.web.api]): Representing a HTTP status code
    2930      * [=#HTTPBadRequest `HTTPBadRequest`] ([source:trunk/trac/web/api.py#/_HTTPException_subclass_names trac.web.api]): 400 Bad Request