1#ifndef TENDUKE_TENDUKEEXCEPTION_H
2#define TENDUKE_TENDUKEEXCEPTION_H
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
Root for classes, functions and globals of 10Duke C++ Client.
Definition BackendConfiguration.h:7