1#ifndef TENDUKE_TIMEDOUT_H
2#define TENDUKE_TIMEDOUT_H
4#include "./InterruptedException.h"
Exception thrown when an action is interrupted for some reason.
Definition InterruptedException.h:12
Exception thrown when an action has timed out.
Definition TimedOut.h:12
TimedOut(const std::string &message)
Constructs new instance.
Definition TimedOut.h:18
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4