class Octokit::Middleware::RedirectLimitReached
Public: Exception thrown when the maximum amount of requests is exceeded.
Attributes
Public Class Methods
Source
# File lib/octokit/middleware/follow_redirects.rb, line 17 def initialize(response) super("too many redirects; last one to: #{response['location']}") @response = response end
Calls superclass method