1#ifndef TENDUKE_JWK_JWKEXCEPTION_H
2#define TENDUKE_JWK_JWKEXCEPTION_H
4#include "TendukeException.h"
8namespace tenduke {
namespace jwk {
Base class for exceptions thrown by 10Duke C++ clients.
Definition TendukeException.h:13
Thrown when something goes wrong with JWKs.
Definition JWKException.h:15
JWKException(const std::string &message)
Constructs new instance.
Definition JWKException.h:21
Root for classes, functions and globals of 10Duke C++ Client.
Definition BackendConfiguration.h:7