Skip to content

Instantly share code, notes, and snippets.

@rcoh
Last active December 15, 2015 15:59
Show Gist options
  • Save rcoh/5285755 to your computer and use it in GitHub Desktop.
Save rcoh/5285755 to your computer and use it in GitHub Desktop.
import exception_package
try:
thrower()
except exception_package.Exp1, exception_package.Exp2:
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment