Skip to content

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

License

Notifications You must be signed in to change notification settings

games-neox/GNExceptions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published