Collect exception sources of a function in the call graph.
This returns the NodeIds of functions that may throw exceptions when called by the given function.
Please be aware, that these are restricted to functions known by flowR.
With knownThrower you can provide additional functions that are known to throw exceptions.
Collect exception sources of a function in the call graph. This returns the
NodeIds of functions that may throw exceptions when called by the given function. Please be aware, that these are restricted to functions known by flowR. WithknownThroweryou can provide additional functions that are known to throw exceptions.