Exception: Bundler::OperationNotSupportedError
- Inherits:
-
PermissionError
- Object
- StandardError
- BundlerError
- PermissionError
- Bundler::OperationNotSupportedError
- Defined in:
- lib/bundler/errors.rb
Instance Method Summary collapse
Methods inherited from PermissionError
Methods inherited from BundlerError
Constructor Details
This class inherits a constructor from Bundler::PermissionError
Instance Method Details
#message ⇒ Object
132 133 134 |
# File 'lib/bundler/errors.rb', line 132 def "Attempting to #{action} `#{@path}` is unsupported by your OS." end |