1 #ifndef _json_utf8_exception_hpp_ 2 #define _json_utf8_exception_hpp_ 59 void add_byte_index(
size_t byte_index) noexcept;
62 size_t get_byte_index()
const noexcept;
65 size_t get_column()
const noexcept;
69 const char *get_main_message();
Base class for all exceptions thrown by the library.
The json_exception class.
#define NAMESPACE
You can change the namespace of the whole library by changing this value.
Exception class for errors translating to and from UTF-8 strings.