Skip to content

Instantly share code, notes, and snippets.

@bcoe
Created May 19, 2011 22:34
Show Gist options
  • Save bcoe/981962 to your computer and use it in GitHub Desktop.
Save bcoe/981962 to your computer and use it in GitHub Desktop.
Example of Pytoad
@pytoad_decorator(monitored_exceptions=[StandardError, LookupError])
def foo():
raise StandardError('banana')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment