Skip to content

Instantly share code, notes, and snippets.

@KowalczykBartek
Created March 1, 2015 20:12
Show Gist options
  • Save KowalczykBartek/3f8186f17eaff997da61 to your computer and use it in GitHub Desktop.
Save KowalczykBartek/3f8186f17eaff997da61 to your computer and use it in GitHub Desktop.
java
catch (IOException|SQLException ex) {
logger.log(ex);
throw ex;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment