I've created a class named shape, and it's working perfectly, but I'd like to implement a new feature. When the user enters a value bigger than the data structure longdouble can take, return an error or when the volume of the shape is larger than the limit of longdouble return again an error. I don't want the kind of error that just outputs something. I need it to terminate the program, in such way, that the user knows it is because of an error. By the way, this is not an assignment or something, I'm just asking because I'm curious. This is my code: