Definition at line 61 of file exception.hpp.
Public Member Functions | |
| TypeMismatchException (Type actual, Type expected, std::string_view path) | |
| TypeMismatchException (int actual, int expected, std::string_view path) | |
| TypeMismatchException (const YAML::Node &value, std::string_view expected_type, std::string_view path) | |
| std::string_view | GetPath () const noexcept |
| std::string_view | GetMessageWithoutPath () const noexcept |
| const char * | what () const noexcept final |
| std::string_view | GetMessage () const noexcept |
|
inlinenoexceptinherited |
Definition at line 26 of file exception.hpp.