Skip to content

Instantly share code, notes, and snippets.

@eishay
Created November 1, 2011 17:44
Show Gist options
  • Save eishay/1331307 to your computer and use it in GitHub Desktop.
Save eishay/1331307 to your computer and use it in GitHub Desktop.
try {
doSomethingThatThrows.exception();
} catch (Exception e) {
throw uncheked(e);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment