Exception: RestfulResource::HttpClient::ClientError

Inherits:
RetryableError show all
Defined in:
lib/restful_resource/http_client.rb

Instance Attribute Summary

Attributes inherited from HttpError

#request, #response

Instance Method Summary collapse

Methods inherited from HttpError

#initialize

Constructor Details

This class inherits a constructor from RestfulResource::HttpClient::HttpError

Instance Method Details

#messageObject



77
78
79
# File 'lib/restful_resource/http_client.rb', line 77

def message
  'There was some client error'
end