Files
openide/python/python-psi-impl/resources/inspectionDescriptions/PyBroadExceptionInspection.html
Semyon Proshev cf78619d36 Update python inspections' descriptions (PY-48274)
GitOrigin-RevId: 4ee6b7ef7e51a697e4d52a06b87cf599c79366a0
2021-04-30 10:35:14 +00:00

11 lines
281 B
HTML

<html>
<body>
<p>Reports exception clauses that do not provide specific information
about the problem. </p>
<p><b>Example:</b></p>
<ul>
<li>Clauses that do not specify an exception class</li>
<li>Clauses that are specified as <code>Exception</code></li>
</ul>
</body>
</html>