An error occurred while loading the file. Please try again.
-
ilor authored38e92610
ParserException.cpp 117 B
#include <libwccl/parser/ParserException.h>
ParserException::ParserException(std::string msg)
{
this->msg = msg;
}
#include <libwccl/parser/ParserException.h>
ParserException::ParserException(std::string msg)
{
this->msg = msg;
}