class Bundler::CompactIndexClient::Updater::MismatchedChecksumError

def initialize(path, message)

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