class Bundler::OperationNotSupportedError

def message

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