Changeset 1056

Show
Ignore:
Timestamp:
02/14/08 20:12:16 (6 months ago)
Author:
keinfarbton
Message:

Fix compile error due to tango rev 3145

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/mango/xml/sax/Exceptions.d

    r962 r1056  
    4040   A generic SAX exception.  Merely signals that something has gone wrong during parsing. 
    4141 */ 
    42 class SAXException: TracedException { 
     42class SAXException: Exception { 
    4343  public this(char[] msg) { 
    4444    super(msg);