class Tins::Find::Finder

def protect_from_errors(errors = Find::EXPECTED_STANDARD_ERRORS)

def protect_from_errors(errors = Find::EXPECTED_STANDARD_ERRORS)
  yield
rescue errors
  raise_errors and raise
  return
end