JWTXX
C++ library for JWT
Loading...
Searching...
No Matches
JWTXX::JWT::ParseError Class Reference

Indicates problems with JWT structure. More...

#include <jwt.h>

Inheritance diagram for JWTXX::JWT::ParseError:
JWTXX::JWT::Error JWTXX::Error

Public Member Functions

 ParseError (const std::string &message) noexcept
 Constructor.
 
- Public Member Functions inherited from JWTXX::JWT::Error
 Error (const std::string &message) noexcept
 Constructor.
 
- Public Member Functions inherited from JWTXX::Error
 Error (const std::string &message) noexcept
 Constructor.
 

Detailed Description

Indicates problems with JWT structure.

Constructor & Destructor Documentation

◆ ParseError()

JWTXX::JWT::ParseError::ParseError ( const std::string & message)
inlineexplicitnoexcept

Constructor.

Parameters
messageerror message.

The documentation for this class was generated from the following file: