(Solved!) Using `catchTags` with void error handling functions: Seeking guidance
I have a question about the right way to use
which return void. I have not used
catchTags along with error handling functionswhich return void. I have not used
catchTags before so I may be going about this the wrong way.