|
Botan
1.11.15
|
#include <tls_exceptn.h>
Public Member Functions | |
| TLS_Exception (Alert::Type type, const std::string &err_msg="Unknown error") | |
| Alert::Type | type () const |
Exception Base Class
Definition at line 21 of file tls_exceptn.h.
| Botan::TLS::TLS_Exception::TLS_Exception | ( | Alert::Type | type, |
| const std::string & | err_msg = "Unknown error" |
||
| ) | [inline] |
Definition at line 26 of file tls_exceptn.h.
| Alert::Type Botan::TLS::TLS_Exception::type | ( | ) | const [inline] |
Definition at line 24 of file tls_exceptn.h.
Referenced by Botan::TLS::Channel::received_data().
{ return m_alert_type; }
1.7.6.1