DiceKeys Seeded Cryptography Library
InvalidRecipeJsonException Class Reference

Thrown when a recipe string is not in valid JSON format and cannot be parsed. More...

#include <exceptions.hpp>

Inherits invalid_argument.

Public Member Functions

 InvalidRecipeJsonException (const char *m=NULL)
 Construct by throwing, passing an optional exception message. More...
 

Detailed Description

Thrown when a recipe string is not in valid JSON format and cannot be parsed.

Constructor & Destructor Documentation

◆ InvalidRecipeJsonException()

InvalidRecipeJsonException::InvalidRecipeJsonException ( const char *  m = NULL)
inline

Construct by throwing, passing an optional exception message.

Parameters
mThe exception message

The documentation for this class was generated from the following file: