catches in — Returns the exception catches in a method
catches in
For each method in the set, this transform returns all the exception catches in the method.
The following returns the catches in method Foo.Bar()
Foo.Bar()
catches in ~ "Bar" methods in class "Foo"
method
catch