Skip to content

Instantly share code, notes, and snippets.

@sinanm89
Created October 29, 2015 06:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sinanm89/55d3aada7237505b03f1 to your computer and use it in GitHub Desktop.
Save sinanm89/55d3aada7237505b03f1 to your computer and use it in GitHub Desktop.
try:
failing_thing()
except SomeException as e:
exception = SomeException()
exception.message = e.message
raise exception
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment