#include class EmulatorException : public std::runtime_error { using std::runtime_error::runtime_error; using std::runtime_error::what; };