Disk icon indicating copy to clipboard operation
Disk copied to clipboard

Improve catching of Swift Errors.

Open iCarambaa opened this issue 7 years ago • 1 comments

Use NS_ERROR_ENUM and NSErrorDomain in Objective-C, which works nicely in NSError and as Swift Error. Errors can now be catched as catch DiskError.noFileFound without introducing a source breaking change.

I updated the sample project to take advantage of the change.

iCarambaa avatar Oct 18 '18 11:10 iCarambaa

@saoudrizwan Do you have any reasons or concerns why this PR isn't merge yet?

copa avatar Jan 14 '20 10:01 copa