E0703 bad-exception-context

Message

'Exception context set to something which is not an exception, nor None'

Description

Used when using the syntax “raise … from …”, where the exception context is not an exception, nor None.