Botan  1.11.15
Public Member Functions
Botan::Internal_Error Struct Reference

#include <exceptn.h>

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

List of all members.

Public Member Functions

 Internal_Error (const std::string &err)

Detailed Description

Internal_Error Exception

Definition at line 45 of file exceptn.h.


Constructor & Destructor Documentation

Botan::Internal_Error::Internal_Error ( const std::string &  err) [inline]

Definition at line 47 of file exceptn.h.

                                        :
      Exception("Internal error: " + err)
      {}

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