GNExceptions 0.3.0

GNExceptions 0.3.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Oct 2016

Maintained by Games Neox.



  • By
  • Games Neox

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.