October 2018
Beginner to intermediate
676 pages
18h 30m
English
During the course of running a program, many different exceptions are raised. If an appropriate action is not programmed, then the program crashes and an emergency intervention is required to fix the issue and restart the program. In this recipe, we will learn how to handle two exceptions, KeyboardInterrupt and DivideByZero, with their corresponding callback actions.
Read now
Unlock full access