Exception: Bundler::OperationNotSupportedError

Inherits:
PermissionError show all
Defined in:
lib/bundler/errors.rb

Instance Method Summary collapse

Methods inherited from PermissionError

#action, #initialize, #parent_folder, #permission_type

Methods inherited from BundlerError

all_errors, status_code

Constructor Details

This class inherits a constructor from Bundler::PermissionError

Instance Method Details

#messageObject



180
181
182
# File 'lib/bundler/errors.rb', line 180

def message
  "Attempting to #{action} `#{@path}` is unsupported by your OS."
end