Skip to content

Instantly share code, notes, and snippets.

@tommorris
Created June 23, 2014 13:52
Show Gist options
  • Save tommorris/7279e9a2d93696066017 to your computer and use it in GitHub Desktop.
Save tommorris/7279e9a2d93696066017 to your computer and use it in GitHub Desktop.
try:
data = get_from_database()
except ConnectionException:
return None
else:
return data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment