TDME2 1.9.121
NetworkSocketClosedException.cpp
Go to the documentation of this file.
1/**
2 * @version $Id: 4e34499120297e23dd0002a1f2f70a59cbfdfe7d $
3 */
4
5#include <tdme/tdme.h>
7
9
10NetworkSocketClosedException::NetworkSocketClosedException(const string &message) throw() : NetworkIOException(message) {
11}
12
Base exception class for network IO exceptions.