Exception: Stytch::JWTExpiredError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/stytch/errors.rb

Instance Method Summary collapse

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