#include "PreScriptException.h" PreScriptException::PreScriptException(string message, int line) : message(message), line(line) { } /*const char* PreScriptException::what() const { return message; }*/