aboutsummaryrefslogtreecommitdiffstats
path: root/main/exception
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2016-06-22 23:25:59 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2016-07-26 19:47:11 +0300
commit48dcd488054024d98fe1e659a4029630130d1d35 (patch)
tree2d4f91b74d469afb22738091ef74c16bf47ad13d /main/exception
parentfa02123ab00be8b8fe212c5d34ed021f1b63de74 (diff)
Add multiplication and division operations
Diffstat (limited to 'main/exception')
-rw-r--r--main/exception/InterpreterException.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/exception/InterpreterException.java b/main/exception/InterpreterException.java
index ac021c0..50fa2f0 100644
--- a/main/exception/InterpreterException.java
+++ b/main/exception/InterpreterException.java
@@ -11,7 +11,6 @@ public class InterpreterException extends Exception {
public enum ExceptionType {
IllegalTokenError,
- UnknownOperatorError,
SyntaxError,
TypeError,
ArgumentError,