GNExceptions

(Defenensive-code-related) exceptions for Objective-C


License
MIT
Install
pod try GNExceptions

Documentation

GNExceptions

CI Status Version License Platform

Set of exceptions to make Objective-C projects more Defensive Code compliant.
IllegalArgumentException - to be thrown if an argument is invalid
IllegalStateException - to be thrown if an invocation is invalid
NilPointerException - to be thrown if an argument is a nil pointer

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Minimum supported iOS version: 8.x

Installation

GNExceptions is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "GNExceptions"

Author

Games Neox, games.neox@gmail.com

License

GNExceptions is available under the MIT license. See the LICENSE file for more info.