Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 353 Bytes

unhandledExceptionSpecification.md

File metadata and controls

11 lines (6 loc) · 353 Bytes

Pattern: Unhandled exception specification

Issue: -

Description

Unhandled exception specification when calling function foo(). Either use a try/catch around the function call, or add a exception specification for funcname() also.

Further Reading