]> git.llucax.com Git - software/druntime.git/blobdiff - import/object.di
Added Error alias for Exception as a placeholder until the exception hierarchy can...
[software/druntime.git] / import / object.di
index 1745bbb66b78a27e4d2697c33ca1336a33aa90a1..3301d27311a2ea317fc57aecc9b75ec253be1b8d 100644 (file)
@@ -227,3 +227,6 @@ class Exception : Object
     this(string msg, string file, size_t line, Exception next = null);
     override string toString();
 }
+
+
+alias Exception Error;