Class: Octokit::Middleware::RedirectLimitReached
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          Faraday::ClientError
         | |
| Instance Chain: 
          self,
          Faraday::ClientError
         | |
| Inherits: | Faraday::ClientError 
 | 
| Defined in: | lib/octokit/middleware/follow_redirects.rb | 
Overview
Public: Exception thrown when the maximum amount of requests is exceeded.
Class Method Summary
- .new(response) ⇒ RedirectLimitReached constructor
Instance Attribute Summary
- #response readonly
Constructor Details
    .new(response)  ⇒ RedirectLimitReached 
  
Instance Attribute Details
#response (readonly)
[ GitHub ]# File 'lib/octokit/middleware/follow_redirects.rb', line 15
attr_reader :response