Exception: HTTParty::RedirectionTooDeep

Inherits:
ResponseError show all
Defined in:
lib/httparty/exceptions.rb

Overview

Exception that is raised when request has redirected too many times. Calling HTTParty::ResponseError#response returns the Net:HTTP response object.

Instance Attribute Summary

Attributes inherited from ResponseError

#response

Method Summary

Methods inherited from ResponseError

#initialize

Constructor Details

This class inherits a constructor from HTTParty::ResponseError