1 #ifndef LIBSOCKET_EXCEPTION_H_07F57E018FF44ADBB169FA2F685EA87E 2 #define LIBSOCKET_EXCEPTION_H_07F57E018FF44ADBB169FA2F685EA87E 63 bool show_errno =
true);
Contains libsocket elements.
This class is instantiated and thrown when an error occurs. If there's an error somewhere in libsocke...
socket_exception(const string &file, int line, const string &message, bool show_errno=true)
Constructor of a socket_exception object.
int err
This is the value of errno when the error occurred.