Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 373 Bytes

CatchException.md

File metadata and controls

11 lines (6 loc) · 373 Bytes

Pattern: Catching Exception

Issue: -

Description

Checks for catching a Exception. In most cases that is too broad or general. It should usually be restricted to framework or infrastructure code, rather than application code.

Further Reading