Exception: EskomSePush::EskomSePushError::NotFoundError

Inherits:
EskomSePush::EskomSePushError show all
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

#messageObject



44
45
46
# File 'lib/eskomsepush/exception.rb', line 44

def message
  "The resource you requested was not found."
end