class Exception { public: Exception(string errMsg); string getErrorMessage(); private: string errMsg; }; };