20 #ifndef PSOCKSXX_SOCKEXCEPTION_H
21 #define PSOCKSXX_SOCKEXCEPTION_H
59 const char *
what()
const throw();
Socket exception.
Definition: sockexception.h:35
sockexception(const char *message=0)
constructor
Definition: sockexception.cpp:28
virtual ~sockexception()
destructor
Definition: sockexception.cpp:50
const char * what() const
Returns exception message.
Definition: sockexception.cpp:55
int _errno
Definition: sockexception.h:66
std::string _sys_msg
Definition: sockexception.h:69
std::string _message
Definition: sockexception.h:63