Changeset 1056
- Timestamp:
- 02/14/08 20:12:16 (6 months ago)
- Files:
-
- trunk/mango/xml/sax/Exceptions.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/mango/xml/sax/Exceptions.d
r962 r1056 40 40 A generic SAX exception. Merely signals that something has gone wrong during parsing. 41 41 */ 42 class SAXException: TracedException {42 class SAXException: Exception { 43 43 public this(char[] msg) { 44 44 super(msg);
