Catching multiple exception types PREMIUM

Series: Exceptions
Trey Hunner smiling in a t-shirt against a yellow wall
Trey Hunner
6 min. read 4 min. video Python 3.8—3.12
Python Morsels
Watch as video
03:55

You can catch multiple types of exceptions at the same time in Python.

Handling an HTTPError exception

Here we have a program called url_info.py:

...

A Python Tip Every Week

Need to fill-in gaps in your Python skills? I send weekly emails designed to do just that.

Python Morsels
Watch as video
03:55