.. _bad-exception-context: 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