mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
28918eac58
several bugs in RubyGems 2.2.0.preview.1. * test/rubygems: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43298 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
6 lines
115 B
Ruby
6 lines
115 B
Ruby
##
|
|
# Raised when there is an error while building extensions.
|
|
|
|
class Gem::Ext::BuildError < Gem::InstallError
|
|
end
|
|
|