Exception: Bundler::OperationNotPermittedError
- Inherits:
-
PermissionError
- Object
- StandardError
- BundlerError
- PermissionError
- Bundler::OperationNotPermittedError
- 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
permalink #message ⇒ Object
[View source]
206 207 208 209 |
# File 'lib/bundler/errors.rb', line 206 def "There was an error while trying to #{action} `#{@path}`. " \ "Underlying OS system call raised an EPERM error." end |