Botan
1.11.15
|
#include <exceptn.h>
Public Member Functions | |
Invalid_Key_Length (const std::string &name, size_t length) |
Invalid_Key_Length Exception
Botan::Invalid_Key_Length::Invalid_Key_Length | ( | const std::string & | name, |
size_t | length | ||
) | [inline] |
Definition at line 57 of file exceptn.h.
: Invalid_Argument(name + " cannot accept a key of length " + std::to_string(length)) {}