Exception: Bundler::CompactIndexClient::Updater::MismatchedChecksumError

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

Instance Method Summary collapse

Constructor Details

#initialize(path, message) ⇒ MismatchedChecksumError

Returns a new instance of MismatchedChecksumError.



7
8
9
# File 'lib/bundler/compact_index_client/updater.rb', line 7

def initialize(path, message)
  super "The checksum of /#{path} does not match the checksum provided by the server! Something is wrong. #{message}"
end