100 virtual const
char*
what() const noexcept;
114#include "ini/impl/parserError.hpp"
ErrorCode
Definition parserError.hpp:44
@ PARSING_ERROR
Definition parserError.hpp:53
@ UNKNOWN
Definition parserError.hpp:47
@ NOT_READABLE
Definition parserError.hpp:50
@ BAD_CAST
Definition parserError.hpp:56
ParserError::ErrorCode getErrorCode() const noexcept
virtual ~ParserError() noexcept
virtual const char * what() const noexcept
ParserError(const std::string &msg, ParserError::ErrorCode code=ErrorCode::UNKNOWN)