#include <libwccl/parser/ParserException.h>

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