class Bundler::CompactIndexClient::Updater::MismatchedChecksumError

公共类方法

new(path, message) 点击切换源代码
调用父类方法
# 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