class Gem::CompactIndexClient::Updater::MismatchedChecksumError
Public Class Methods
Source
# File lib/rubygems/compact_index_client/updater.rb, line 11 def initialize(path, message) super "The checksum of /#{path} does not match the checksum provided by the server! Something is wrong. #{message}" end
Calls superclass method
Exception::new