|
libfly
6.2.2
C++20 utility library for Linux, macOS, and Windows
|
#include <json_exception.hpp>


Public Member Functions | |
| JsonIteratorException (const Json &json, std::string &&message) noexcept | |
Public Member Functions inherited from fly::JsonException | |
| JsonException (std::string &&message) noexcept | |
| JsonException (const Json &json, std::string &&message) noexcept | |
| virtual const char * | what () const noexcept override |
Additional Inherited Members | |
Protected Member Functions inherited from fly::JsonException | |
| JsonException (const char *class_name, std::string &&message) noexcept | |
Exception to be raised for generic JsonIterator errors.
|
noexcept |
Constructor.
| json | The Json instance for which the error was encountered. |
| message | Message indicating what error was encountered. |