Anthony J. Martinez

Exceptions

This is will be a short one - Please Do Not:

try {
  functionWithNoDeclaredThrow();
} catch (final Exception e) {
  logger.error("Error");
}

In any language... if you could be so kind.