xrpld
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.16.1