10Duke Enterprise C++ Client
Loading...
Searching...
No Matches
TendukeException.h
1
#ifndef TENDUKE_TENDUKEEXCEPTION_H
2
#define TENDUKE_TENDUKEEXCEPTION_H
3
4
#include <stdexcept>
5
#include <string>
6
7
namespace
tenduke
{
8
12
class
TendukeException
:
public
std::runtime_error
13
{
14
public
:
19
explicit
TendukeException
(
const
std::string &message) : runtime_error(message) {}
20
};
21
22
}
// tenduke
23
24
#endif
//TENDUKE_TENDUKEEXCEPTION_H
tenduke::TendukeException::TendukeException
TendukeException(const std::string &message)
Constructs new instance.
Definition
TendukeException.h:19
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
core
src
TendukeException.h
Generated by
1.13.2