changed exception naming scheme
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class InterpreterError(Exception):
|
||||
class InterpreterException(Exception):
|
||||
pass
|
||||
|
||||
class JavaSyntaxError(Exception):
|
||||
|
||||
Reference in New Issue
Block a user