Exception: RestClient::MaxRedirectsReached

Inherits:
Exception
  • Object
show all
Defined in:
lib/restclient/exceptions.rb

Instance Attribute Summary

Attributes inherited from Exception

#response

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

#messageObject



170
171
172
# File 'lib/restclient/exceptions.rb', line 170

def message
  'Maximum number of redirect reached'
end