#include <sockets_exception.h>
Inheritance diagram for ss::exception:


Public Member Functions | |
| virtual const char * | what () const throw () |
| Returns a C-style character string describing the cause of the current error. | |
| virtual int | code () const throw () |
| Returns the error code relative to the error condition caught. | |
This is the base class for all exceptions thrown by the socketstream library. It is derived from std::exception.
Definition at line 40 of file sockets_exception.h.
1.4.3