|
rippled
|
#include <json_get_or_throw.h>


Public Member Functions | |
| JsonMissingKeyError (Json::StaticString const &k) | |
| char const * | what () const noexcept override |
| T | what (T... args) |
Public Attributes | |
| char const *const | key |
| std::string | msg |
Definition at line 15 of file json_get_or_throw.h.
| Json::JsonMissingKeyError::JsonMissingKeyError | ( | Json::StaticString const & | k | ) |
Definition at line 19 of file json_get_or_throw.h.
|
overridenoexcept |
Definition at line 23 of file json_get_or_throw.h.
| char const* const Json::JsonMissingKeyError::key |
Definition at line 17 of file json_get_or_throw.h.
|
mutable |
Definition at line 18 of file json_get_or_throw.h.