Files
codeql/python/ql/test/query-tests/Exceptions/general/NotImplementedIsNotAnException.expected

3 lines
254 B
Plaintext

| exceptions_test.py:196:11:196:24 | NotImplemented | NotImplemented is not an Exception. Did you mean NotImplementedError? |
| exceptions_test.py:199:11:199:26 | NotImplemented() | NotImplemented is not an Exception. Did you mean NotImplementedError? |