resourceEdges

This represents some kind of resource which is typically opened (or similar) while entering the tryBlock. If this operation fails, we may continue with the finallyBlock. However, there is no exception raised but if an exception occurs while opening the resource, we won't enter the tryBlock.