Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 134 Bytes

duplicate-except.md

File metadata and controls

7 lines (4 loc) · 134 Bytes

Pattern: Duplicate except

Issue: -

Description

Used when an except catches a type that was already caught by a previous handler.