TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
A small library to create NSError
with description.
pod "ErrorGen"
Pretty simple!
NSError *error = [ErrorGen errorWithDescription:@"desc"];
error.localizedDescription; // => @"desc"
error.domain; // => App's bundle identifier
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
MIT