class Octokit::Middleware::RedirectLimitReached

Public: Exception thrown when the maximum amount of requests is exceeded.

def initialize(response)

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