class Bundler::CompactIndexClient::Updater::MismatchedChecksumError

Public Class Methods

new(path, message) click to toggle source
Calls superclass method
# File 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