X-Git-Url: https://git.llucax.com/software/druntime.git/blobdiff_plain/12947397ddf9572d1115237c96de46aa0d02ba8f..0b47f875d2999e307bcd9498584c4d58749d3a3d:/import/object.di?ds=inline diff --git a/import/object.di b/import/object.di index 1745bbb..3301d27 100644 --- a/import/object.di +++ b/import/object.di @@ -227,3 +227,6 @@ class Exception : Object this(string msg, string file, size_t line, Exception next = null); override string toString(); } + + +alias Exception Error;