Edgewall Software

Changes between Version 9 and Version 10 of TracDev/Exceptions


Ignore:
Timestamp:
Apr 13, 2014, 7:57:34 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Document change in [12606#file8]. Refs #11494.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/Exceptions

    v9 v10  
    1111      * [=#InvalidAttachment `InvalidAttachment`] ([source:trunk/trac/attachment.py#/InvalidAttachment trac.attachment]): Exception raised when attachment validation fails.
    1212      * [=#InvalidTicket `InvalidTicket`] ([source:trunk/trac/ticket/web_ui.py#/InvalidTicket trac.ticket.web_ui]): Exception raised when a ticket fails validation.
    13       * [=#InvalidWikiPage `InvalidWikiPage`] ([source:trunk/trac/wiki/web_ui.py#/InvalidWikiPage trac.wiki.web_ui]): Exception raised when a Wiki page fails validation. Not used anymore since 0.11
     13      * [=#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.
    1414      * [=#ProcessorError `ProcessorError`] ([source:trunk/trac/wiki/formatter.py#/ProcessorError trac.wiki.formatter])
    1515      * [=#QuerySyntaxError `QuerySyntaxError`] ([source:trunk/trac/ticket/query.py#/QuerySyntaxError trac.ticket.query]): Exception raised when a ticket query cannot be parsed from a string.