Files
codeql/python/ql/test/library-tests/exceptions/Legal.expected
2023-11-15 10:10:23 +01:00

13 lines
367 B
Plaintext

| class Exception1 | yes |
| class Exception2 | yes |
| class Exception3 | yes |
| class InnerException1 | yes |
| class InnerException2 | yes |
| class InnerException3 | yes |
| class InnerException4 | yes |
| class InnerException5 | yes |
| class InnerNotException1 | no |
| class InnerNotException2 | no |
| class NotException1 | no |
| class NotException2 | no |