diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2016-06-21 20:07:32 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2016-07-26 19:47:03 +0300 |
| commit | 45a2b88d584fc8bdee1fbaf0def1d9b55ba26eff (patch) | |
| tree | 1cf80f1b4384e27054c3cb2f90ac6f1953e89f35 /main/exception/ExceptionManager.java | |
| parent | d745f000d6d60b9cdf0ba40dbf80660c1aa6bc61 (diff) | |
Added scopes, variables and functions
Diffstat (limited to 'main/exception/ExceptionManager.java')
| -rw-r--r-- | main/exception/ExceptionManager.java | 2 |
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; } - - } |
