Exception: Hps::AuthenticationException
- Inherits:
-
HpsException
- Object
- StandardError
- HpsException
- Hps::AuthenticationException
- Defined in:
- lib/hps/infrastructure/authentication_exception.rb
Instance Attribute Summary
Attributes inherited from HpsException
#code, #inner_exception, #response_code, #response_text
Instance Method Summary collapse
-
#initialize(message) ⇒ AuthenticationException
constructor
A new instance of AuthenticationException.
Constructor Details
#initialize(message) ⇒ AuthenticationException
Returns a new instance of AuthenticationException.
4 5 6 7 8 |
# File 'lib/hps/infrastructure/authentication_exception.rb', line 4 def initialize() super(, nil) end |