rippled
Loading...
Searching...
No Matches
include
xrpl
json
json_errors.h
1
#ifndef XRPL_JSON_JSON_ERRORS_H_INCLUDED
2
#define XRPL_JSON_JSON_ERRORS_H_INCLUDED
3
4
#include <
stdexcept
>
5
6
namespace
Json
{
7
8
struct
error
:
std::runtime_error
9
{
10
using
std::runtime_error::runtime_error
;
11
};
12
13
}
// namespace Json
14
15
#endif
// JSON_FORWARDS_H_INCLUDED
Json
JSON (JavaScript Object Notation).
Definition
json_errors.h:6
std::runtime_error
stdexcept
Json::error
Definition
json_errors.h:9
Generated by
1.9.8