From 62f36e8b1ac90f8f29a4a06b2b66bca3b864d8a4 Mon Sep 17 00:00:00 2001 From: Ivan Kataitsev Date: Sun, 18 Nov 2012 14:17:47 +0400 Subject: [PATCH] Remove duplicate NotImplementedError class definition --- kernel/common/exception.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/kernel/common/exception.rb b/kernel/common/exception.rb index bb0afd7c5f..100db72346 100644 --- a/kernel/common/exception.rb +++ b/kernel/common/exception.rb @@ -264,9 +264,6 @@ class EOFError < IOError class LocalJumpError < StandardError end -class NotImplementedError < ScriptError -end - # For libraries that Rubinius does not support class UnsupportedLibraryError < StandardError end