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