Are you sure you're getting this? Fill in the missing part by typing it in.
Error handling is the practice of identifying, catching, and responding to errors that can occur during program execution. One common and powerful technique for error handling is to use ___ statements. These statements allow you to specify a block of code to be executed if a particular type of exception occurs.
Write the missing line below.