Exception: EskomSePush::EskomSePushError::RequestTimeoutError
- Inherits:
-
EskomSePush::EskomSePushError
- Object
- StandardError
- EskomSePush::EskomSePushError
- EskomSePush::EskomSePushError::RequestTimeoutError
- 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
#message ⇒ Object
52 53 54 |
# File 'lib/eskomsepush/exception.rb', line 52 def "The request you sent timed out." end |