HoverRace
2.0
|
Standard exception thrown for parser errors. More...
#include <Parser.h>
Public Member Functions | |
ParserExn () | |
ParserExn (const char *const &s) | |
virtual | ~ParserExn () noexcept |
![]() | |
YamlExn () | |
YamlExn (const char *const &msg) | |
YamlExn (const std::string &msg) | |
virtual | ~YamlExn () noexcept |
const char * | what () const noexceptoverride |
Private Types | |
using | SUPER = YamlExn |
Standard exception thrown for parser errors.
|
private |
|
inline |
|
inline |
|
inlinevirtualnoexcept |