1#ifndef TENDUKE_NET_URLEXCEPTION_H
2#define TENDUKE_NET_URLEXCEPTION_H
4#include "./NetworkingException.h"
NetworkingException(const std::string &message)
Constructs new instance.
Definition NetworkingException.h:19
URLException(const std::string &message)
Constructs new instance.
Definition URLException.h:20
Generic networking support.
Definition MalformedURLException.h:6
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4