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

4 lines
383 B
Plaintext

| exceptions_test.py:40:5:40:23 | Raise | Illegal class 'NotException1' raised; will result in a TypeError being raised instead. |
| exceptions_test.py:43:5:43:21 | Raise | Illegal class 'str' raised; will result in a TypeError being raised instead. |
| exceptions_test.py:46:5:46:25 | Raise | Illegal class 'NotException2' raised; will result in a TypeError being raised instead. |