An exception is an object that represents an error. Code that *raises* an exception interrupts normal flow until something *catches* it. The `try` / `except` / `else ...