TDME2  1.9.200
NetworkSocketClosedException.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 #include <tdme/tdme.h>
6 
7 /**
8  * Network socket closed exception
9  * @author Andreas Drewke
10  */
12  public:
13  /**
14  * Constructor
15  * @param message exception message
16  */
17  NetworkSocketClosedException(const string &message) throw();
18 };
19 
Base exception class for network IO exceptions.
NetworkSocketClosedException(const string &message)
Constructor.