Bringing it in line with Nim version.

This commit is contained in:
Simon Forman
2021-04-09 16:58:38 -07:00
parent 65b2b4a7e3
commit 227e8b124b
3 changed files with 18 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
class NotAListError(Exception): pass
class NotAnIntError(Exception): pass
class StackUnderflowError(Exception): pass