Edgewall Software

Changes between Version 14 and Version 15 of TracDev/Exceptions


Ignore:
Timestamp:
Feb 22, 2016, 1:27:27 AM (8 years ago)
Author:
Ryan J Ollos
Comment:

Reword.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/Exceptions

    v14 v15  
    1313      * [=#InvalidTicket `InvalidTicket`] ([source:trunk/trac/ticket/web_ui.py#/InvalidTicket trac.ticket.web_ui]): Exception raised when a ticket fails validation.
    1414      * [=#InvalidWikiPage `InvalidWikiPage`] ([source:trunk/trac/wiki/web_ui.py#/InvalidWikiPage trac.wiki.web_ui]): Exception raised when a Wiki page fails validation. Deprecated since Trac 0.11 and removed in Trac 1.1.2.
    15       * [=#Macro `MacroError`] ([source:trunk/trac/wiki/formatter.py#/MacroError trac.wiki.formatter]) Exception raised in macro due to invalid arguments //(Since Trac 1.0.11)//.
     15      * [=#Macro `MacroError`] ([source:trunk/trac/wiki/formatter.py#/MacroError trac.wiki.formatter]) Exception raised in macro when an argument is invalid //(Since Trac 1.0.11)//.
    1616      * [=#ProcessorError `ProcessorError`] ([source:trunk/trac/wiki/formatter.py#/ProcessorError trac.wiki.formatter])
    1717      * [=#QuerySyntaxError `QuerySyntaxError`] ([source:trunk/trac/ticket/query.py#/QuerySyntaxError trac.ticket.query]): Exception raised when a ticket query cannot be parsed from a string.