Hacker News new | ask | show | jobs
by figglesonrails 5155 days ago
"Though we probably learned this is not the way to use them, I have seen numerous real-world examples where this was the case."

Ah, Java code at my workplace.

   catch(Exception e) {}
1 comments

I believe you mean catch(Throwable t) {}