If I have a very large function body which contains several
calls to functions which throw similar exceptions is it less
costly to have several try/catch blocks or one try/catch block
for the entire function body. Lets assume that the catch blocks
all perform the same function.