Skip to content

Instantly share code, notes, and snippets.

@hawkw
Last active December 13, 2015 17:09
Show Gist options
  • Save hawkw/4946036 to your computer and use it in GitHub Desktop.
Save hawkw/4946036 to your computer and use it in GitHub Desktop.
How to Error Handling Real Good
catch (Exception e) {
// meh
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment