#ifndef ILLEGAL_EXCEPTION_H #define ILLEGAL_EXCEPTION_H #include class illegal_exception : std::exception {}; #endif