diff options
Diffstat (limited to 'lib/system.nim')
-rwxr-xr-x | lib/system.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/system.nim b/lib/system.nim index b32f17d6a..024b84077 100755 --- a/lib/system.nim +++ b/lib/system.nim @@ -215,6 +215,8 @@ type EInvalidValue* = object of ESynch ## is the exception class for string ## and object conversion errors. + EInvalidKey* = object of EInvalidValue ## is the exception class if a key + ## cannot be found in a table. EOutOfMemory* = object of ESystem ## is the exception class for ## unsuccessful attempts to allocate |