diff options
author | cooldome <cdome@bk.ru> | 2018-04-10 11:14:59 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-04-10 12:14:59 +0200 |
commit | 16c1a90857992df0960f53f5ffa578f14059cee4 (patch) | |
tree | 6c012aa972c6e2f8e048ef533f4c97d3b642ccf4 /lib/system.nim | |
parent | 427490a845afa13c460d71c506994a24aae900c8 (diff) | |
download | Nim-16c1a90857992df0960f53f5ffa578f14059cee4.tar.gz |
Cpp codegen: handling of imported exceptions. Fixes #3571 (#7360)
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 7733a1b20..3b22e9169 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -483,6 +483,7 @@ type trace: string else: trace: seq[StackTraceEntry] + raise_id: uint # set when exception is raised up: ref Exception # used for stacking exceptions. Not exported! SystemError* = object of Exception ## \ |