Pokemon Exception HandlingIndiscriminately catching exceptions. "Pokemon - gotta catch 'em all"
try {
doSomething();
}
catch (Exception) {
// Do nothing
}
Also known as the Diaper Pattern (it catches all the shit).
EditText of this page
(last edited October 21, 2014)
or FindPage with title or text search