Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 164 Bytes

bad-exception-cause.md

File metadata and controls

7 lines (4 loc) · 164 Bytes

Pattern: Bad exception cause

Issue: -

Description

Used when using the syntax raise ... from ..., where the exception cause is not an exception, nor None.