aboutsummaryrefslogtreecommitdiffstats
path: root/main/exception/ExceptionManager.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/exception/ExceptionManager.java')
-rw-r--r--main/exception/ExceptionManager.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/exception/ExceptionManager.java b/main/exception/ExceptionManager.java
index 2dd46f5..7eabe14 100644
--- a/main/exception/ExceptionManager.java
+++ b/main/exception/ExceptionManager.java
@@ -18,6 +18,4 @@ public class ExceptionManager {
InterpreterException e = new InterpreterException(ex, line, args);
throw e;
}
-
-
}