Exception: Bundler::OperationNotSupportedError

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

Instance Method Summary collapse

Methods inherited from PermissionError

#action, #initialize

Methods inherited from BundlerError

all_errors, status_code

Constructor Details

This class inherits a constructor from Bundler::PermissionError

Instance Method Details

#messageObject



132
133
134
# File 'lib/bundler/errors.rb', line 132

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