Skip to content

Instantly share code, notes, and snippets.

@pbrewczynski
Created December 8, 2013 22:10
Show Gist options
  • Save pbrewczynski/7864551 to your computer and use it in GitHub Desktop.
Save pbrewczynski/7864551 to your computer and use it in GitHub Desktop.
private int myMethod () {
try {
someCodeThatCouldThrowException ();
} catch (someCodeThatCouldThrowException's_Exception e) { // pseudocode
throw new myCustomDesigned
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment