Exception: Hps::AuthenticationException

Inherits:
HpsException
  • Object
show all
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

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(message)

  super(message, nil)

end