Exception: Resona::Resolver::ChecksumNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/resona/resolver.rb

Instance Method Summary collapse

Constructor Details

#initialize(gem_name, gem_version) ⇒ ChecksumNotFound

Returns a new instance of ChecksumNotFound.



75
76
77
# File 'lib/resona/resolver.rb', line 75

def initialize(gem_name, gem_version)
  super("Failed to obtain checksum for #{gem_name}-#{gem_version}.")
end