Botan  2.1.0
Crypto and TLS for C++11
Public Member Functions | List of all members
Botan::Internal_Error Struct Reference

#include <exceptn.h>

Inheritance diagram for Botan::Internal_Error:
Botan::Exception Botan::Self_Test_Failure

Public Member Functions

 Internal_Error (const std::string &err)
 
const char * what () const BOTAN_NOEXCEPT override
 

Detailed Description

Internal_Error Exception

Definition at line 88 of file exceptn.h.

Constructor & Destructor Documentation

Botan::Internal_Error::Internal_Error ( const std::string &  err)
inlineexplicit

Definition at line 90 of file exceptn.h.

90  :
91  Exception("Internal error: " + err)
92  {}
Exception(const std::string &msg)
Definition: exceptn.h:24

Member Function Documentation

const char* Botan::Exception::what ( ) const
inlineoverrideinherited

The documentation for this struct was generated from the following file: