Exception: Bundler::TemporaryResourceError
- Inherits:
-
PermissionError
- Object
- StandardError
- BundlerError
- PermissionError
- Bundler::TemporaryResourceError
- Defined in:
- lib/bundler/errors.rb
Instance Method Summary collapse
Methods inherited from PermissionError
#action, #initialize, #parent_folder, #permission_type
Methods inherited from BundlerError
Constructor Details
This class inherits a constructor from Bundler::PermissionError
Instance Method Details
#message ⇒ Object
161 162 163 164 165 |
# File 'lib/bundler/errors.rb', line 161 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 |