Skip to content
Snippets Groups Projects
ParserException.cpp 117 B
#include <libwccl/parser/ParserException.h>

ParserException::ParserException(std::string msg)
{
	this->msg = msg;
}