How to catch runtime exception in Swift?

Viewed 1693

How to catch runtime exception in Swift? I have found no mention of this. The current Swift try..catch only works for method that throws exception.

0 Answers
Related