Skip to content

Instantly share code, notes, and snippets.

@jdunck
Created July 18, 2012 02:19
Show Gist options
  • Save jdunck/3133664 to your computer and use it in GitHub Desktop.
Save jdunck/3133664 to your computer and use it in GitHub Desktop.
# from http://artificialcode.blogspot.com/2009/08/10-ways-to-let-people-know-your-bad.html
def api_entry_point():
try:
obj.method()
except:
#lets not bother the developer with this exception. He should quit out immediately!
import sys
sys.exit(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment