Skip to content

Instantly share code, notes, and snippets.

@sinanm89
Created October 29, 2015 06:15
Show Gist options
  • Select an option

  • Save sinanm89/55d3aada7237505b03f1 to your computer and use it in GitHub Desktop.

Select an option

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