8 #ifndef BOTAN_TLS_EXCEPTION_H__
9 #define BOTAN_TLS_EXCEPTION_H__
11 #include <botan/exceptn.h>
12 #include <botan/tls_alert.h>
27 const std::string& err_msg =
"Unknown error") :
TLS_Exception(Alert::Type type, const std::string &err_msg="Unknown error")
Unexpected_Message(const std::string &err)