+ warning overwrite
This commit is contained in:
8
errors/custom.py
Normal file
8
errors/custom.py
Normal file
@@ -0,0 +1,8 @@
|
||||
class InterpreterError(Exception):
|
||||
pass
|
||||
|
||||
class JavaSyntaxError(Exception):
|
||||
pass
|
||||
|
||||
class ScopeNotFoundException(Exception):
|
||||
pass
|
||||
Reference in New Issue
Block a user