Been having a \"heated debate\" with a colleague about his practice of wrapping most of his functions in a try/catch but the catch has JUST a \"throw\" in it e.g.
Doing it always by default looks like bad design. But there might be reasons for catching and throwing, for example it you want to throw a different exception.