Chapter 11: Problem 4
Other than the object class, what is the superclass for all exceptions?
Short Answer
Expert verified
Answer: The superclass for all exceptions other than the object class in Python is the 'Exception' class.