Loading...
Searching...
No Matches
20#ifndef RIPPLE_JSON_JSON_ASSERT_H_INCLUDED
21#define RIPPLE_JSON_JSON_ASSERT_H_INCLUDED
23#include <xrpl/json/json_errors.h>
25#define JSON_ASSERT_MESSAGE(condition, message) \
27 ripple::Throw<Json::error>(message);