W1645 exception-message-attributeΒΆ

Message

'Exception.message removed in Python 3'

Description

Used when the message attribute is accessed on an Exception. Use str(exception) instead.