Skip to content

Instantly share code, notes, and snippets.

@TrevorBasinger
Created November 27, 2013 15:28
Show Gist options
  • Save TrevorBasinger/7677594 to your computer and use it in GitHub Desktop.
Save TrevorBasinger/7677594 to your computer and use it in GitHub Desktop.
1:
try {
// Code here
try {
// More code
} catch (SpecificException se) { }
} catch ( OtherException ) { }
2:
var x
try {
var a
} catch (Exception e) { }
try {
var b
} catch (Exception e) { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment