Edgewall Software

Changes between Version 17 and Version 18 of TracDev/Exceptions


Ignore:
Timestamp:
Feb 22, 2017, 3:15:47 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Add TracValueError. Refs #12691.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/Exceptions

    v17 v18  
    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`).
    2828      * [=#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)//
     29      * [=#TracValueError `TracValueError`] ([source:trunk/trac/core.py#/TracValueError trac.core]) Exception raised when a function or operator receives an argument that is the correct type, but inappropriate value. //(Since 1.2.1)//
    2930    * [=#HTTPException `HTTPException`] ([source:trunk/trac/web/api.py#/HTTPException trac.web.api]): Representing a HTTP status code
    3031      * [=#HTTPBadRequest `HTTPBadRequest`] ([source:trunk/trac/web/api.py#/_HTTPException_subclass_names trac.web.api]): 400 Bad Request