Exception class to wrap errors generated by openssl library. More...
#include <ssl_lib.h>
Public Member Functions | |
exception (unsigned long ssl_err) throw () | |
exception (const std::string &msg) throw () | |
const char * | what () const throw () |
unsigned long | code () const throw () |
Exception class to wrap errors generated by openssl library.