Tag: Throw

  • Typed Throws in Swift 6

    Typed Throws in Swift 6

    Hi Swifters 👋🏻, Today i am going to talk about Typed Throws that were introduced in Swift 6. If you have written any Swift code, you might have probably bumped into try, catch, and throws. Or maybe you have wrapped something in a do block and caught errors like a pro. Well, That’s great! But…