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

#include <exceptn.h>

Inheritance diagram for Botan::Not_Implemented:
Botan::Exception

Public Member Functions

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

Detailed Description

Not Implemented Exception

Definition at line 244 of file exceptn.h.

Constructor & Destructor Documentation

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

Definition at line 246 of file exceptn.h.

246  :
247  Exception("Not implemented", err)
248  {}
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: