#ifndef MYEXCEPTION_H #define MYEXCEPTION_H class myException { public: myException(); }; #endif // MYEXCEPTION_H