|
Zappy GUI
C++ graphic client: renderer, camera, network
|
Exception class for TCP errors. More...
#include <TcpSocket.hpp>
Inheritance diagram for TcpException:
Collaboration diagram for TcpException:Public Member Functions | |
| TcpException (const std::string &message) | |
| const char * | what () const noexcept override |
Private Attributes | |
| std::string | _message |
Exception class for TCP errors.
Definition at line 10 of file TcpSocket.hpp.
|
inline |
Definition at line 12 of file TcpSocket.hpp.
|
inlineoverridenoexcept |
Definition at line 13 of file TcpSocket.hpp.
References _message.
Referenced by App::_connectWithRetry(), and App::run().
Here is the caller graph for this function:
|
private |
Definition at line 16 of file TcpSocket.hpp.
Referenced by what().