#include <socket.hpp>
Inheritance diagram for eqn_cruncher::socket_error:

Public Methods | |
| socket_error (std::string const &_reason) | |
| Constructs a socket_error from a string argument. | |
| socket_error () | |
| Default constructs a socket_error. | |
This exception is thrown whenever there is an error in interacting with the sockets, and the other 2 exceptions do not apply. Situations where this ecception is thrown include errors while binding, listening, connecting, and send/receiving data.
|
|
Constructs a socket_error from a string argument.
|
|
|
Default constructs a socket_error.
|
1.2.18