Public: Exception thrown when the maximum amount of requests is exceeded.
Attributes
response[R]
Public Class Methods
new(response)click to toggle source
# File lib/faraday_middleware/response/follow_redirects.rb, line 9definitialize(response)
super"too many redirects; last one to: #{response['location']}"@response = responseend