#include "ParserException.h" ParserException::ParserException(std::string msg) { this->msg = msg; }