xrpld
Loading...
Searching...
No Matches
include
xrpl
json
detail
json_assert.h
1
#pragma once
2
3
#define JSON_ASSERT_MESSAGE(condition, message) \
4
if (!(condition)) \
5
xrpl::Throw<json::Error>(message);
Generated by
1.16.1