changed exception naming scheme

This commit is contained in:
weckyy702
2020-12-27 20:31:17 +01:00
parent c7a63fc582
commit 4493beee11
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
class InterpreterError(Exception):
class InterpreterException(Exception):
pass
class JavaSyntaxError(Exception):