1#ifndef API_MIP_DELEGATE_ERRORS_XML_LOAD_EXCEPTION_H_
2#define API_MIP_DELEGATE_ERRORS_XML_LOAD_EXCEPTION_H_
17 virtual char const*
what() const noexcept
override {
return mMessage.c_str(); }
Definition xml_load_exception.h:14
std::string mMessage
Definition xml_load_exception.h:20
XmlLoadException(const std::string &message)
Definition xml_load_exception.h:16
virtual char const * what() const noexcept override
Definition xml_load_exception.h:17
Definition xml_load_exception.h:12