123456789_123456789_123456789_123456789_123456789_

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

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: Bundler::CompactIndexClient::Error
Defined in: lib/bundler/compact_index_client/updater.rb

Class Method Summary

Constructor Details

.new(path, message) ⇒ MismatchedChecksumError

[ GitHub ]

  
# 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