Exception: RestClient::ResourceNotFound

Inherits:
ExceptionWithResponse show all
Defined in:
lib/restclient/exceptions.rb

Overview

No resource was found at the given URL.

Constant Summary collapse

ErrorMessage =
'Resource not found'

Instance Attribute Summary

Attributes inherited from ExceptionWithResponse

#response

Method Summary

Methods inherited from ExceptionWithResponse

#http_body, #http_code, #initialize

Methods inherited from Exception

#message

Constructor Details

This class inherits a constructor from RestClient::ExceptionWithResponse