diff options
-rw-r--r-- | lib/rubygems/exceptions.rb | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -13,7 +13,10 @@ class Gem::DependencyRemovalException < Gem::Exception; end ## # Raised when attempting to uninstall a gem that isn't in GEM_HOME. -class Gem::GemNotInHomeException < Gem::Exception; end class Gem::DocumentError < Gem::Exception; end @@ -65,3 +68,17 @@ class Gem::RemoteSourceException < Gem::Exception; end class Gem::VerificationError < Gem::Exception; end |