#include <exceptn.h>
Botan::Lookup_Error::Lookup_Error |
( |
const std::string & |
err | ) |
|
|
inlineexplicit |
Definition at line 73 of file exceptn.h.
Exception(const std::string &msg)
Botan::Lookup_Error::Lookup_Error |
( |
const std::string & |
type, |
|
|
const std::string & |
algo, |
|
|
const std::string & |
provider |
|
) |
| |
|
inline |
Definition at line 77 of file exceptn.h.
81 (provider.empty() ? std::string(
"") : (
" for provider " + provider)))
Exception(const std::string &msg)
const char* Botan::Exception::what |
( |
| ) |
const |
|
inlineoverrideinherited |
The documentation for this struct was generated from the following file: