Handling multiple exception types in the same `except` block in Python

except (ExceptionType1, ExceptionType2):

Related:

References: