Exception: Bundler::TemporaryResourceError
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
           PermissionError,BundlerError,
          StandardError | |
| Instance Chain: 
          self,
           PermissionError,BundlerError,
          StandardError | |
| Inherits: | Bundler::PermissionError 
 | 
| Defined in: | lib/bundler/errors.rb | 
Class Method Summary
Instance Method Summary
Constructor Details
This class inherits a constructor from Bundler::PermissionError
Instance Method Details
#message
[ GitHub ]# File 'lib/bundler/errors.rb', line 128
def "There was an error while trying to #{action} `#{@path}`. " \ "Some resource was temporarily unavailable. It's suggested that you try" \ "the operation again." end