Exception: Echowrap::Error::NotFound
- Inherits:
-
ClientError
- Object
- StandardError
- Echowrap::Error
- ClientError
- Echowrap::Error::NotFound
- Defined in:
- lib/echowrap/error/not_found.rb
Overview
Raised when Echowrap returns the HTTP status code 404
Constant Summary collapse
- HTTP_STATUS_CODE =
404
Constants inherited from Echowrap::Error
Instance Attribute Summary
Attributes inherited from Echowrap::Error
#rate_limit, #wrapped_exception
Method Summary
Methods inherited from ClientError
Methods inherited from Echowrap::Error
#backtrace, descendants, errors, #initialize
Constructor Details
This class inherits a constructor from Echowrap::Error