TDME2
1.9.200
src
tdme
os
network
NetworkException.cpp
Go to the documentation of this file.
1
#include <
tdme/os/network/NetworkException.h
>
2
3
#include <string>
4
5
#include <
tdme/tdme.h
>
6
#include <
tdme/utilities/ExceptionBase.h
>
7
8
using
tdme::os::network::NetworkException
;
9
10
using
std::string;
11
12
using
tdme::utilities::ExceptionBase
;
13
14
NetworkException::NetworkException(
const
string
&message)
throw
() :
ExceptionBase
(message) {
15
}
16
ExceptionBase.h
NetworkException.h
tdme::os::network::NetworkException
Base exception class for network exceptions.
Definition:
NetworkException.h:16
tdme::utilities::ExceptionBase
Exception base class.
Definition:
ExceptionBase.h:19
tdme.h
Generated by
1.9.1