From 48dcd488054024d98fe1e659a4029630130d1d35 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 22 Jun 2016 23:25:59 +0300 Subject: Add multiplication and division operations --- main/exception/InterpreterException.java | 1 - 1 file changed, 1 deletion(-) (limited to 'main/exception') 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, -- cgit v1.3