1#ifndef TENDUKE_JWT_JWTPARSINGEXCEPTION_H 
    2#define TENDUKE_JWT_JWTPARSINGEXCEPTION_H 
    4#include "TendukeException.h" 
JWTParsingException(const int code, const std::string &message)
Constructs new instance.
Definition JWTParsingException.h:22
 
Base class for exceptions thrown by 10Duke C++ clients.
Definition TendukeException.h:13
 
TendukeException(const std::string &message)
Constructs new instance.
Definition TendukeException.h:19
 
JWTParsingException(const int code, const std::string &message)
Constructs new instance.
Definition JWTParsingException.h:22
 
int getCode() const
Returns the error code.
Definition JWTParsingException.h:30
 
Support for JSON Web Tokens.
Definition DefaultJWTParser.h:11
 
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4