Files
openide/python/resources/inspectionDescriptions/PyExceptClausesOrderInspection.html
T

7 lines
300 B
HTML

<html>
<body>
This inspection highlights situations when except clauses are not in the correct order
(from the more specific to the more generic) or one exception class is caught twice. <br/>
If you don't fix the order, some exceptions may not be catched by the most specific handler.
</body>
</html>