10Duke Enterprise C++ Client
Loading...
Searching...
No Matches
Canceled.h
1
#ifndef TENDUKE_CANCELED_H
2
#define TENDUKE_CANCELED_H
3
4
#include "./InterruptedException.h"
5
6
namespace
tenduke
{
7
11
class
Canceled
:
public
tenduke::InterruptedException
12
{
13
public
:
18
explicit
Canceled
(
const
std::string &message)
19
:
tenduke
::
InterruptedException
(message)
20
{}
21
};
22
23
}
24
25
#endif
//TENDUKE_CANCELED_H
tenduke::Canceled
Exception thrown when user has canceled an action.
Definition
Canceled.h:12
tenduke::Canceled::Canceled
Canceled(const std::string &message)
Constructs new instance.
Definition
Canceled.h:18
tenduke::InterruptedException
Exception thrown when an action is interrupted for some reason.
Definition
InterruptedException.h:12
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
core
src
Canceled.h
Generated by
1.9.8