Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 285 Bytes

no-string-throw.md

File metadata and controls

11 lines (6 loc) · 285 Bytes

Pattern: Throwing plain string

Issue: -

Description

Flags throwing plain strings or concatenations of strings because only instances of Error produce proper stack traces.

Further Reading