Pattern: Access to Exception.message
Issue: -
Used when the message attribute is accessed on an Exception. Exception.message is removed in Python 3. Use str(exception)
instead.
Pattern: Access to Exception.message
Issue: -
Used when the message attribute is accessed on an Exception. Exception.message is removed in Python 3. Use str(exception)
instead.