Exception: Rest::InternalClient::MaxRedirectsReached

Inherits:
Exception
  • Object
show all
Defined in:
lib/rest/wrappers/internal_client/internal/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 Rest::InternalClient::Exception

Instance Method Details

#messageObject



171
172
173
# File 'lib/rest/wrappers/internal_client/internal/exceptions.rb', line 171

def message
  'Maximum number of redirect reached'
end