Research how to catch different kinds of exceptions in C++. Pay particular attention to using custom exception classes that inherit from std::exception.
Create two custom exception classes that inherit from std::exception to handle invalid dimensions for shapes (such as 0 and negative numbers). Revise the code in your program’s classes and man() to use these custom exception classes.
Write a 2–3-page summary in which you complete the following: