diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-07-13 04:43:53 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-07-13 04:43:53 +0200 |
commit | 0c271f54208c7ba0bac6ad2da87f60e7c6d8e37c (patch) | |
tree | ae815a17059d4292f95e0c524a920e20619ec27e /lib/system.nim | |
parent | 03e0aa37e3d41c77475a2484e9a3d084e26bd8bf (diff) | |
download | Nim-0c271f54208c7ba0bac6ad2da87f60e7c6d8e37c.tar.gz |
fixes #5871
Diffstat (limited to 'lib/system.nim')
-rw-r--r-- | lib/system.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/system.nim b/lib/system.nim index 424d9694d..8f653c1e0 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -442,6 +442,7 @@ type ## providing an exception message ## is bad style. trace: string + up: ref Exception # used for stacking exceptions. Not exported! SystemError* = object of Exception ## \ ## Abstract class for exceptions that the runtime system raises. |