Skip to content

Instantly share code, notes, and snippets.

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 ansidev/33826dd44fa8e1899d8e3420f0e32a3d to your computer and use it in GitHub Desktop.
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