Hi,

Would a global exception handler be considered lazy?
I mean I can use Try-Catch statements everywhere, but doesn't a global handler do the same?

Also, can I re-throw an exception from a catch block?

Thanks.