Exception: RestClient::MaxRedirectsReached
- Defined in:
- lib/restclient/exceptions.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
Methods inherited from Exception
#http_body, #http_code, #initialize, #inspect, #to_s
Constructor Details
This class inherits a constructor from RestClient::Exception
Instance Method Details
#message ⇒ Object
175 176 177 |
# File 'lib/restclient/exceptions.rb', line 175 def 'Maximum number of redirect reached' end |