summaryrefslogtreecommitdiff
path: root/jni/ruby/lib/rubygems/ext/build_error.rb
diff options
context:
space:
mode:
Diffstat (limited to 'jni/ruby/lib/rubygems/ext/build_error.rb')
-rw-r--r--jni/ruby/lib/rubygems/ext/build_error.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/jni/ruby/lib/rubygems/ext/build_error.rb b/jni/ruby/lib/rubygems/ext/build_error.rb
new file mode 100644
index 0000000..bfe85ff
--- /dev/null
+++ b/jni/ruby/lib/rubygems/ext/build_error.rb
@@ -0,0 +1,6 @@
+##
+# Raised when there is an error while building extensions.
+
+class Gem::Ext::BuildError < Gem::InstallError
+end
+