bad-exception-context / E0703ΒΆ

Message emitted:

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.

Created by exceptions checker