overlapping-except / W0714#

Message emitted:

Overlapping exceptions (%s)

Description:

Used when exceptions in handler overlap or are identical

Correct code:

# This is a placeholder for correct code for this message.

Additional details:

You can help us make the doc better by contributing !

Note

This message is emitted by the optional 'overlap-except' checker which requires the pylint.extensions.overlapping_exceptions plugin to be loaded.

Created by the overlap-except checker.