Botan
1.11.15
|
#include <exceptn.h>
Public Member Functions | |
Invalid_IV_Length (const std::string &mode, size_t bad_len) |
Invalid_IV_Length Exception
Botan::Invalid_IV_Length::Invalid_IV_Length | ( | const std::string & | mode, |
size_t | bad_len | ||
) | [inline] |
Definition at line 68 of file exceptn.h.
: Invalid_Argument("IV length " + std::to_string(bad_len) + " is invalid for " + mode) {}