Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ansidev/33826dd44fa8e1899d8e3420f0e32a3d to your computer and use it in GitHub Desktop.

Select an option

Save ansidev/33826dd44fa8e1899d8e3420f0e32a3d to your computer and use it in GitHub Desktop.
try:
// do something
except Exception as e:
raise e from None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment