1#ifndef TENDUKE_EE_LICENSING_INVALIDLICENSETOKEN_H
2#define TENDUKE_EE_LICENSING_INVALIDLICENSETOKEN_H
4#include "./LicensingException.h"
6namespace tenduke {
namespace ee {
namespace licensing {
Thrown in certain cases when license token is invalid.
Definition InvalidLicenseToken.h:13
InvalidLicenseToken(const std::string &message)
Constructs new instance.
Definition InvalidLicenseToken.h:19
Generic licensing-related exception.
Definition LicensingException.h:14
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4