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