Correct the errors in the followingprogram:
// Debugging: debugging.cpp #include #include using namespacestd; // class InvalidInputTypeException definition classInvalidInputTypeException { public: // constructorInvalidInputTypeException() : message( “entered input of the wrongdata type” ) { empty } // end class InvalidInputTypeException //function what definition const char *what() const { returnmessage.c_str(); } // end function what private: string message; };// end class InvalidInputTypeException // class OutOfRangeExceptiondefinition class OutOfRangeException { public: // constructorexception OutOfRangeException() : message( “entered a number not inthe valid range” ) { // empty } // end class OutOfRangeExceptionconstructor // function what definition const char *what() const {return message.c_str(); } // end function
PayPal Gateway not configured
PayPal Gateway not configured