Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 200 Bytes

bad-exception-context.md

File metadata and controls

7 lines (4 loc) · 200 Bytes

Pattern: Invalid exception context for raise ... from ...

Issue: -

Description

Emitted when using the syntax raise ... from ..., where the exception context is not an exception, nor None.