DiceKeys Seeded Cryptography Library
|
Thrown when a JSON value in the recipe is in an invalid format or contains an invalid value. More...
#include <exceptions.hpp>
Inherits invalid_argument.
Public Member Functions | |
InvalidRecipeValueException (const char *m=NULL) | |
Construct by throwing, passing an optional exception message. More... | |
Thrown when a JSON value in the recipe is in an invalid format or contains an invalid value.
|
inline |
Construct by throwing, passing an optional exception message.
m | The exception message |