Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 401 Bytes

CatchRuntimeException.md

File metadata and controls

11 lines (6 loc) · 401 Bytes

Pattern: Catching RuntimeException

Issue: -

Description

Checks for catching a RuntimeException. 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