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