Swiftpack.co - mattgallagher/CwlCatchException as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by mattgallagher.
mattgallagher/CwlCatchException 2.2.0
Catch Objective-C exceptions by NSException subtype in a Swift closure/function.
⭐️ 18
🕓 7 weeks ago
.package(url: "https://github.com/mattgallagher/CwlCatchException.git", from: "2.2.0")

CwlCatchException

A simple Swift wrapper around an Objective-C @try/@catch statement that selectively catches Objective-C exceptions by NSException subtype, rethrowing if any caught exception is not the expected subtype.

Look at CwlCatchExceptionTests.swift for syntax.

Requirements

From version 2.0.0-beta.1, building CwlCatchException requires Swift 5 or newer, Swift Package Manager or CocoaPods.

For use with older versions of Swift or other package managers, use version 1.2.0 or older.

Adding to your project

Swift Package Manager

Add the following to the dependencies array in your "Package.swift" file:

 .package(url: "https://github.com/mattgallagher/CwlCatchException.git", from: Version("2.0.0"))

Or by adding https://github.com/mattgallagher/CwlCatchException.git, version 2.0.0 or later, to the list of Swift packages for any project in Xcode.

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate CwlCatchException into your Xcode project using CocoaPods, specify it in your Podfile:

pod 'CwlCatchException', '~> 2.0'

Thanks

Includes contributions from @alexbaev, @dnkoutso and @ejensen.

GitHub

link
Stars: 18
Last commit: 7 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics