Chapter 4

Exceptions

In this chapter you’ll learn all about Exceptions in Python. We’ll start by reviewing the exception hierarchy, raising exceptions, examining try and catch, and finally how to create our own Exception classes.