Exception: Bundler::CompactIndexClient::Updater::MismatchedChecksumError
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| 
         Class Chain: 
        
          self,
           
      ::Bundler::CompactIndexClient::Error,
          StandardError
         | 
    |
| 
         Instance Chain: 
        
          self,
           
      ::Bundler::CompactIndexClient::Error,
          StandardError
         | 
    |
| Inherits: | 
        Bundler::CompactIndexClient::Error
        
  | 
    
| Defined in: | lib/bundler/compact_index_client/updater.rb | 
Class Method Summary
- .new(path, message) ⇒ MismatchedChecksumError constructor
 
Constructor Details
    .new(path, message)  ⇒ MismatchedChecksumError 
  
# 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