libfly
6.2.2
C++20 utility library for Linux, macOS, and Windows
|
#include <json_exception.hpp>
Public Member Functions | |
BadJsonComparisonException (const Json &json1, const Json &json2) noexcept | |
![]() | |
JsonException (std::string &&message) noexcept | |
JsonException (const Json &json, std::string &&message) noexcept | |
virtual const char * | what () const noexcept override |
Additional Inherited Members | |
![]() | |
JsonException (const char *class_name, std::string &&message) noexcept | |
Exception to be raised for illegally comparing iterators of two different Json instances.