Skip to content

Instantly share code, notes, and snippets.

@sowamazing
Created October 13, 2015 16:46
4
try {
// Code that generates an IOException
} catch (IOException e) {
logger.fatal("Caught IOException", e);
throw e;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment