Exception: EskomSePush::EskomSePushError::RequestTimeoutError

Inherits:
EskomSePush::EskomSePushError show all
Defined in:
lib/eskomsepush/exception.rb

Overview

Error class that will be raised when the API returns a 408 Implying that the request you sent timed out.

Instance Method Summary collapse

Instance Method Details

#messageObject



52
53
54
# File 'lib/eskomsepush/exception.rb', line 52

def message
  "The request you sent timed out."
end