2016-02-01 07:43:26 -05:00
|
|
|
# frozen_string_literal: true
|
2013-10-15 20:14:16 -04:00
|
|
|
##
|
|
|
|
# Raised when there is an error while building extensions.
|
|
|
|
|
2020-04-30 18:55:07 -04:00
|
|
|
require 'rubygems/exceptions'
|
|
|
|
|
2013-10-15 20:14:16 -04:00
|
|
|
class Gem::Ext::BuildError < Gem::InstallError
|
|
|
|
end
|