diff dwt/DWT.d @ 57:41dbc4d9faab

Update to tango trunk -r3152. Thanks DavidLeon for the adjustment of TracedException to Exception and creating the patch.
author Frank Benoit <benoit@tionex.de>
date Mon, 04 Feb 2008 12:46:24 +0100
parents bf9fe45b4422
children b00303c762ac
line wrap: on
line diff
--- a/dwt/DWT.d	Mon Feb 04 12:34:19 2008 +0100
+++ b/dwt/DWT.d	Mon Feb 04 12:46:24 2008 +0100
@@ -3487,7 +3487,7 @@
  * @see DWTException
  * @see IllegalArgumentException
  */
-public static void error (int code, TracedException throwable) {
+public static void error (int code, Exception throwable) {
     error (code, throwable, null);
 }
 
@@ -3519,7 +3519,7 @@
  *
  * @since 3.0
  */
-public static void error (int code, TracedException throwable, char[] detail) {
+public static void error (int code, Exception throwable, char[] detail) {
 
     /*
     * This code prevents the creation of "chains" of SWTErrors and