Skip to content

Instantly share code, notes, and snippets.

@kevinclark
Created December 8, 2010 05:54
Show Gist options
  • Save kevinclark/732945 to your computer and use it in GitHub Desktop.
Save kevinclark/732945 to your computer and use it in GitHub Desktop.
def foo():
try:
result = itRaises()
except MyException:
log('oh crap')
return
handleResult(result)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment