Exception: HTTPotato::RedirectionTooDeep

Inherits:
ResponseError
  • Object
show all
Defined in:
lib/httpotato/exceptions.rb

Overview

Exception that is raised when request has redirected too many times. Calling HTTPotato::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 HTTPotato::ResponseError