1 #ifndef INICPP_EXCEPTION_H 2 #define INICPP_EXCEPTION_H 47 virtual const char *
what() const noexcept
116 :
inicpp::
exception(
"Element: " + element_name +
" not found in container")
bad_cast_exception(const std::string &from, const std::string &to)
bad_cast_exception(const std::string &message)
not_found_exception(const std::string &element_name)
not_implemented_exception()
ambiguity_exception(const std::string &element_name)
invalid_type_exception(const std::string &message)
exception(const std::string &what)
validation_exception(const std::string &message)
not_found_exception(size_t index)
virtual const char * what() const noexcept
parser_exception(const std::string &message)