Merge pull request #2978 from BekaValentine/python-objectapi-to-valueapi-illegalexceptionhandlertype

Python: ObjectAPI to ValueAPI: IllegalExceptionHandlerType
This commit is contained in:
Taus
2020-03-17 17:56:34 +01:00
committed by GitHub
6 changed files with 54 additions and 25 deletions

View File

@@ -2,5 +2,5 @@
import python
from ExceptFlowNode ex, Object obj
where ex.handledException(obj, _, _)
where ex.handledException_objectapi(obj, _, _)
select ex.getLocation().getStartLine(), ex.toString(), obj.toString()