// File: errors.h // // Declarations for error handling #ifndef _errors_h #define _errors_h // Class for memory exceptions // class MemoryError { public: MemoryError() {} ; } ; #endif