class Github::RedirectLimitReached
def initialize(response)
def initialize(response) super "too many redirects; last one to: #{response['location']}" @response = response end
def initialize(response) super "too many redirects; last one to: #{response['location']}" @response = response end