Exception: EskomSePush::EskomSePushError::NotFoundError
- Inherits:
-
EskomSePush::EskomSePushError
- Object
- StandardError
- EskomSePush::EskomSePushError
- EskomSePush::EskomSePushError::NotFoundError
- Defined in:
- lib/eskomsepush/exception.rb
Overview
Error class that will be raised when the API returns a 404 Implying that the resource you requested was not found. Check the URL you are trying to access.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
44 45 46 |
# File 'lib/eskomsepush/exception.rb', line 44 def "The resource you requested was not found." end |