Skip to content

Commit

Permalink
Remove duplicate NotImplementedError class definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ikataitsev committed Nov 18, 2012
1 parent bcb15bd commit 62f36e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kernel/common/exception.rb
Expand Up @@ -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
Expand Down

0 comments on commit 62f36e8

Please sign in to comment.