|
Botan
1.11.15
|
#include <exceptn.h>
Public Member Functions | |
| Algorithm_Not_Found (const std::string &name) | |
Algorithm_Not_Found Exception
| Botan::Algorithm_Not_Found::Algorithm_Not_Found | ( | const std::string & | name | ) | [inline] |
Definition at line 99 of file exceptn.h.
:
Lookup_Error("Could not find any algorithm named \"" + name + "\"")
{}
1.7.6.1