class Bundler::OperationNotPermittedError

def message

def message
  "There was an error while trying to #{action} `#{@path}`. " \
  "Underlying OS system call raised an EPERM error."
end