Exception: Stytch::JWTIncorrectAlgorithmError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "JWT algorithm is incorrect") ⇒ JWTIncorrectAlgorithmError

Returns a new instance of JWTIncorrectAlgorithmError.



21
22
23
# File 'lib/stytch/errors.rb', line 21

def initialize(msg="JWT algorithm is incorrect")
    super
end