Files
codeql/python/ql/test/query-tests/Exceptions/general/NotImplementedIsNotAnException.expected
2018-11-19 15:15:54 +00:00

3 lines
252 B
Plaintext

| exceptions_test.py:170:11:170:24 | NotImplemented | NotImplemented is not an Exception. Did you mean NotImplementedError? |
| exceptions_test.py:173:11:173:24 | NotImplemented | NotImplemented is not an Exception. Did you mean NotImplementedError? |