Files
codeql/csharp/ql/test/query-tests/Bad Practices/EmptyCatchBlock/EmptyCatchBlock.expected
2018-08-02 17:53:23 +01:00

2 lines
95 B
Plaintext

| EmptyCatchBlock.cs:10:9:12:9 | catch (...) {...} | Poor error handling: empty catch block. |