1#ifndef TENDUKE_NET_REQUESTTIMEDOUT_H
2#define TENDUKE_NET_REQUESTTIMEDOUT_H
4#include "./NetworkingException.h"
6namespace tenduke {
namespace net {
Generic networking exception.
Definition NetworkingException.h:13
A tenduke::net::NetworkingException thrown when network request timed out.
Definition RequestTimedOut.h:13
RequestTimedOut(const std::string &message)
Constructs new instance.
Definition RequestTimedOut.h:19
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4