Classify matching when an except clause names an exception class. Which statements are true? Select all that apply.
Explanation
The clause matches an instance of the named class and also instances of its subclasses when they emerge from the associated try suite. Matching follows the class hierarchy, not the wording of diagnostic messages, so exact-class-only and text-comparison claims are false.