Exception: RestfulResource::HttpClient::ResourceNotFound

Inherits:
HttpError
  • Object
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

#assign_response, #initialize

Constructor Details

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

Instance Method Details

#messageObject



27
28
29
# File 'lib/restful_resource/http_client.rb', line 27

def message
  'HTTP 404: Resource Not Found'
end