Back to Intellij Community

PyBroadExceptionInspection

python/python-psi-impl/resources/inspectionDescriptions/PyBroadExceptionInspection.html

2025.3-rc-2193 B
Original Source

Reports exception clauses that do not provide specific information about the problem.

Example:

  • Clauses that do not specify an exception class
  • Clauses that are specified as Exception