Exception: Stytch::JWTExpiredError
- Inherits:
-
StandardError
- Object
- StandardError
- Stytch::JWTExpiredError
- Defined in:
- lib/stytch/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'JWT has expired') ⇒ JWTExpiredError
constructor
A new instance of JWTExpiredError.
Constructor Details
#initialize(msg = 'JWT has expired') ⇒ JWTExpiredError
Returns a new instance of JWTExpiredError.
27 28 29 |
# File 'lib/stytch/errors.rb', line 27 def initialize(msg = 'JWT has expired') super end |