7#ifndef KUNAI_EXCEPTIONS_PARSER_EXCEPTION_HPP
8#define KUNAI_EXCEPTIONS_PARSER_EXCEPTION_HPP
29 virtual const char*
what() const noexcept
override
Exception raised when parsing process fails.
Definition parser_exception.hpp:16
ParserException(const std::string &msg)
Constructor of exception.
Definition parser_exception.hpp:24
virtual const char * what() const noexcept override
Return error message.
Definition parser_exception.hpp:29