Error Handling
What enables you to handle predictable exceptions within a bot
What is if and else statement logic
What is the action that handles exceptions?
what is the catch
What actions enable you to handle unpredictable exceptions within the bot
What is the sequence of actions in which you expect to encounter an error?
What is the try
What action gets executed regardless of whether an exception occurs or not
What is Finally