Exception: Bundler::CompactIndexClient::CacheFile::DigestMismatchError

Inherits:
Error
  • Object
show all
Defined in:
lib/bundler/compact_index_client/cache_file.rb

Instance Method Summary collapse

Constructor Details

#initialize(digests, expected_digests) ⇒ DigestMismatchError

Returns a new instance of DigestMismatchError.



18
19
20
# File 'lib/bundler/compact_index_client/cache_file.rb', line 18

def initialize(digests, expected_digests)
  super "Calculated checksums #{digests.inspect} did not match expected #{expected_digests.inspect}."
end