class HTTP::Retriable::Performer

def retry_exception?(err)

def retry_exception?(err)
  @exception_classes.any? { |e| err.is_a?(e) }
end