Exception: EskomSePush::EskomSePushError::InvalidTokenError
- Inherits:
-
EskomSePush::EskomSePushError
- Object
- StandardError
- EskomSePush::EskomSePushError
- EskomSePush::EskomSePushError::InvalidTokenError
- Defined in:
- lib/eskomsepush/exception.rb
Overview
Error class that will be raised when the auth token is invalid
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
9 10 11 |
# File 'lib/eskomsepush/exception.rb', line 9 def "The Auth Token you provided was invalid." end |