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.
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.