Error Handling: Part 2 of 2
Hello World,
This is the conclusion post of my Error Handling function that I’ve been working on.
// A Quick Summary
If you haven’t read Part 1, here is a quick summary for you. I was able to successfully create a function to handle errors for one of my tools, since most of the tools that I create use the same style of input (i.e. integers for choices), I wanted to streamline the process…