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

#include <exceptn.h>

Inheritance diagram for Botan::No_Filesystem_Access:
Botan::Exception

Public Member Functions

 No_Filesystem_Access ()
 
const char * what () const BOTAN_NOEXCEPT override
 

Detailed Description

No_Filesystem_Access Exception

Definition at line 226 of file exceptn.h.

Constructor & Destructor Documentation

Botan::No_Filesystem_Access::No_Filesystem_Access ( )
inline

Definition at line 228 of file exceptn.h.

228 : Exception("No filesystem access enabled.") {}
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: