1 #include "parse_error.h"
4 namespace Odb::Lib::FileModel
7 std::string parse_error::toString(
const std::string& message)
const
10 ss << m_parseInfo.toString(message) << std::endl;
11 ss <<
"location: " << sourceFile.filename().string() <<
":" << sourceLine;
15 const parse_info& parse_error::getParseInfo()
const
20 char const* parse_error::what() const noexcept