#include class SyntaxError : public std::runtime_error { public: SyntaxError (const char *message) : runtime_error (message) {} };