W0705 duplicate-exceptΒΆ

Message

'Catching previously caught exception type %s'

Description

Used when an except catches a type that was already caught by a previous handler.