Class DecodeError

Inheritance Relationships

Base Type

  • public std::runtime_error

Derived Types

Class Documentation

class DecodeError : public std::runtime_error

Exception thrown for decode related errors.

Subclassed by jwt::KeyNotPresentError, jwt::SignatureFormatError

Public Functions

inline DecodeError(std::string msg)