Exception: AuthressSdk::TokenVerifier::TokenVerificationError
- Inherits:
-
StandardError
- Object
- StandardError
- AuthressSdk::TokenVerifier::TokenVerificationError
- 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) ⇒ TokenVerificationError
constructor
A new instance of TokenVerificationError.
Constructor Details
#initialize(msg) ⇒ TokenVerificationError
Returns a new instance of TokenVerificationError.
106 107 108 109 |
# File 'lib/authress-sdk/token_validator.rb', line 106 def initialize(msg) @error_reason = msg super(msg) end |
Instance Attribute Details
#error_reason ⇒ Object (readonly)
Returns the value of attribute error_reason.
105 106 107 |
# File 'lib/authress-sdk/token_validator.rb', line 105 def error_reason @error_reason end |