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
To run the example project, clone the repo, and run pod install
from the Example directory first.
Minimum supported iOS
version: 8.x
GNExceptions is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "GNExceptions"
Games Neox, [email protected]
GNExceptions is available under the MIT license. See the LICENSE file for more info.