+ warning overwrite

This commit is contained in:
oleting
2020-12-27 19:47:20 +01:00
parent 7f7c210c64
commit 6bc6e63fd8
5 changed files with 41 additions and 22 deletions

8
errors/custom.py Normal file
View File

@@ -0,0 +1,8 @@
class InterpreterError(Exception):
pass
class JavaSyntaxError(Exception):
pass
class ScopeNotFoundException(Exception):
pass