DiceKeys Seeded Cryptography Library
|
Thrown when a key is specified to be an invalid or incorrect length. More...
#include <exceptions.hpp>
Inherits invalid_argument.
Public Member Functions | |
KeyLengthException (const char *m=NULL) | |
Construct by throwing, passing an optional exception message. More... | |
Thrown when a key is specified to be an invalid or incorrect length.
|
inline |
Construct by throwing, passing an optional exception message.
m | The exception message |