mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
9 lines
179 B
Ruby
9 lines
179 B
Ruby
# frozen_string_literal: true
|
|
|
|
##
|
|
# Raised when there is an error while building extensions.
|
|
|
|
require_relative "../exceptions"
|
|
|
|
class Gem::Ext::BuildError < Gem::InstallError
|
|
end
|