I just read this in the README:
// Note: Swift currently doesn't have exceptions.
// Only Objective-C code can raise exceptions
// that Nimble will catch.
This is not true any more. Swift 2.0 introduced Exceptions and Error handling in general – alongside guard and defer statements to make this easier. There are three things to clear out as far as I can see:
I just read this in the README:
This is not true any more. Swift 2.0 introduced Exceptions and Error handling in general – alongside
guardanddeferstatements to make this easier. There are three things to clear out as far as I can see: