Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.25 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.25 KB

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, [email protected]

License

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