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.
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.