Exception: JWT::DecodeError Deprecated

Inherits:
Error
  • Object
show all
Defined in:
lib/jwt/error.rb

Overview

Deprecated.

Use Error, TokenError or a more specific error class instead.

The historical grouping of every error that is not an encoding error. Every error class below is a descendant, so rescue JWT::DecodeError keeps its original meaning.

Direct Known Subclasses

JWKError, TokenError