Question: Write the Python code that will capture and handle the custom exceptions. Here are the steps to follow: 1. Subclass the Exception class and create
1. Subclass the Exception class and create a new Exception class named as Error that contains a message as An exception occurred.
2. Use the try ... except block that will handle the exception and print the message.
Output:
An exception occurred
Step by Step Solution
There are 3 Steps involved in it
Custom exception class and use a tryexcept block to handle it as follows python ... View full answer
Get step-by-step solutions from verified subject matter experts
