10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
InterruptedException.h
1
#ifndef TENDUKE_INTERRUPTEDEXCEPTION_H
2
#define TENDUKE_INTERRUPTEDEXCEPTION_H
3
4
#include "./TendukeException.h"
5
6
namespace
tenduke
{
7
11
class
InterruptedException
:
public
tenduke::TendukeException
12
{
13
public
:
18
explicit
InterruptedException
(
const
std::string &message) :
TendukeException
(message) {}
19
};
20
21
}
22
23
#endif
//TENDUKE_INTERRUPTEDEXCEPTION_H
InterruptedException::InterruptedException
InterruptedException(const std::string &message)
Constructs new instance.
Definition
InterruptedException.h:18
tenduke::InterruptedException::InterruptedException
InterruptedException(const std::string &message)
Constructs new instance.
Definition
InterruptedException.h:18
tenduke::TendukeException
Base class for exceptions thrown by 10Duke C++ clients.
Definition
TendukeException.h:13
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
InterruptedException.h
Generated by
1.17.0