diff options
-rw-r--r-- | lib/rubygems/exceptions.rb | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -11,8 +11,12 @@ class Gem::DependencyError < Gem::Exception; end class Gem::DependencyRemovalException < Gem::Exception; end class Gem::DocumentError < Gem::Exception; end - ## # Potentially raised when a specification is validated. class Gem::EndOfYAMLException < Gem::Exception; end |