Mechanize::Error
Raised when too many redirects are sent
# File lib/mechanize/redirect_limit_reached_error.rb, line 10 def initialize page, redirects @page = page @redirects = redirects @response_code = page.code super "Redirect limit of #{redirects} reached" end