class Faraday::FollowRedirects::RedirectLimitReached
exceeded.
Exception thrown when the maximum amount of requests is
def initialize(response)
def initialize(response) super "too many redirects; last one to: #{response['location']}" @response = response end