mirror of
https://github.com/github/codeql.git
synced 2026-01-20 18:04:46 +01:00
5 lines
155 B
Plaintext
5 lines
155 B
Plaintext
import python
|
|
|
|
from ExceptFlowNode ex, Value val
|
|
where ex.handledException(val, _, _)
|
|
select ex.getLocation().getStartLine(), ex.toString(), val.toString() |