Exception: AuthressSdk::TokenValidationError
- Inherits:
-
StandardError
- Object
- StandardError
- AuthressSdk::TokenValidationError
- Defined in:
- lib/authress-sdk/token_validator.rb
Instance Attribute Summary collapse
-
#error_reason ⇒ Object
readonly
Returns the value of attribute error_reason.
Instance Method Summary collapse
-
#initialize(msg) ⇒ TokenValidationError
constructor
A new instance of TokenValidationError.
Constructor Details
#initialize(msg) ⇒ TokenValidationError
Returns a new instance of TokenValidationError.
8 9 10 11 |
# File 'lib/authress-sdk/token_validator.rb', line 8 def initialize(msg) @error_reason = msg super(msg) end |
Instance Attribute Details
#error_reason ⇒ Object (readonly)
Returns the value of attribute error_reason.
7 8 9 |
# File 'lib/authress-sdk/token_validator.rb', line 7 def error_reason @error_reason end |