Indiscriminately catching exceptions. "Pokemon - gotta catch 'em all"
try { doSomething(); } catch (Exception) { // Do nothing }
CategoryException