Skip to content

Instantly share code, notes, and snippets.

@pointofpresence
Last active April 8, 2022 11:39
Show Gist options
  • Save pointofpresence/912065656e4c08c398e3e3180a11bad0 to your computer and use it in GitHub Desktop.
Save pointofpresence/912065656e4c08c398e3e3180a11bad0 to your computer and use it in GitHub Desktop.
Python Catch multiple exceptions in one line
except (IDontLikeYouException, YouAreBeingMeanException) as e:
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment