MacOS X Document shortcuts

Catch multiple errorTypes?

Question or problem in the Swift programming language: I’m looking for a way to catch multiple types of errors in a catch. I’ve tried fallthrough and the comma separated style from a switch statement and neither works. The docs say nothing about catching multiple but pattern 1. It’s not clear to me which of the […]

Continue Reading