E0702 raising-bad-typeΒΆ

Message

'Raising %s while only classes or instances are allowed'

Description

Used when something which is neither a class, an instance or a string is raised (i.e. a TypeError will be raised).