123456789_123456789_123456789_123456789_123456789_

Exception: Gem::CompactIndexClient::Updater::MismatchedChecksumError

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, ::Gem::CompactIndexClient::Error, StandardError
Instance Chain:
self, ::Gem::CompactIndexClient::Error, StandardError
Inherits: Gem::CompactIndexClient::Error
Defined in: lib/rubygems/compact_index_client/updater.rb

Class Method Summary

Constructor Details

.new(path, message) ⇒ MismatchedChecksumError

[ GitHub ]

  
# 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