summaryrefslogtreecommitdiff
path: root/lib/rubygems/exceptions.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2023-03-16 11:43:28 +0900
committerHiroshi SHIBATA <[email protected]>2023-03-17 18:50:55 +0900
commitdab1d0ed20c1c6cd0cd04d9bd5ea9902d2e9cade ()
tree6d9d6f76b02ca41df902faffd8011eaa74b838a4 /lib/rubygems/exceptions.rb
parent7c1d590a8a1ed2c805a760ace02bedd94f962994 (diff)
[rubygems/rubygems] util/rubocop -A --only Layout/EmptyLineBetweenDefs
https://.com/rubygems/rubygems/commit/00117e69cc
-rw-r--r--lib/rubygems/exceptions.rb1
1 files changed, 1 insertions, 0 deletions
@@ -172,6 +172,7 @@ class Gem::ImpossibleDependenciesError < Gem::Exception
end
class Gem::InstallError < Gem::Exception; end
class Gem::RuntimeRequirementNotMetError < Gem::InstallError
attr_accessor :suggestion
def message