Exception: EskomSePush::EskomSePushError::InvalidTokenError

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

#messageObject



9
10
11
# File 'lib/eskomsepush/exception.rb', line 9

def message
  "The Auth Token you provided was invalid."
end