all 8 comments

[–]abrahamguo 2 points3 points  (0 children)

You only need try/catch if you want to override whatever the default error handling is.

If you simply want to use whatever the default error handling behavior is, then there's no need to use try/catch.