Exception: Bundler::CompactIndexClient::Updater::MismatchedChecksumError
- Inherits:
-
Error
- Object
- StandardError
- Error
- Bundler::CompactIndexClient::Updater::MismatchedChecksumError
- Defined in:
- lib/bundler/compact_index_client/updater.rb
Instance Method Summary collapse
-
#initialize(path, message) ⇒ MismatchedChecksumError
constructor
A new instance of MismatchedChecksumError.
Constructor Details
#initialize(path, message) ⇒ MismatchedChecksumError
Returns a new instance of MismatchedChecksumError.
7 8 9 |
# File 'lib/bundler/compact_index_client/updater.rb', line 7 def initialize(path, ) super "The checksum of /#{path} does not match the checksum provided by the server! Something is wrong. #{}" end |