Definition at line 29 of file exception.hpp.
Inheritance diagram for formats::json::parser::ParseError:Public Member Functions | |
| ParseError (size_t pos, std::string_view path, std::string what) | |
| ParseError (const ParseError &)=default | |
| ParseError (ParseError &&)=default | |
| ParseError & | operator= (const ParseError &)=default |
| ParseError & | operator= (ParseError &&)=default |
| Exception (std::string msg) | |
| const char * | what () const noexcept final |
| std::string_view | GetMessage () const noexcept |
|
inline |
Definition at line 31 of file exception.hpp.
|
inlineexplicitinherited |
Definition at line 18 of file exception.hpp.
|
inlinenoexceptinherited |
Definition at line 24 of file exception.hpp.