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