summaryrefslogtreecommitdiffhomepage
path: root/mrblib/error.rb
diff options
context:
space:
mode:
Diffstat (limited to 'mrblib/error.rb')
-rw-r--r--mrblib/error.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/mrblib/error.rb b/mrblib/error.rb
index 16e88eefb..32b50da92 100644
--- a/mrblib/error.rb
+++ b/mrblib/error.rb
@@ -51,14 +51,6 @@ end
class KeyError < IndexError
end
-# ISO 15.2.37
-class ScriptError < Exception
-end
-
-# ISO 15.2.38
-class SyntaxError < ScriptError
-end
-
class NotImplementedError < ScriptError
end