TDME2 1.9.121
NetworkSocketException.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5#include <tdme/tdme.h>
7
9
10/**
11 * Socket exception class
12 * @author Andreas Drewke
13 */
15public:
16 /**
17 * @brief public constructor
18 * @param &message message exception message
19 */
20 NetworkSocketException(const string &message) throw();
21};
Base exception class for network exceptions.
NetworkSocketException(const string &message)
public constructor