Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 182 Bytes

binary-op-exception.md

File metadata and controls

7 lines (4 loc) · 182 Bytes

Pattern: Binary op exception

Issue: -

Description

Used when the exception to catch is of the form except A or B:. If intending to catch multiple, rewrite as except (A, B):.