An error management framework for Objective-C
Stars
21
Forks
3
Watchers
21
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
107
commits
1
commits
Merge branch 'master' of github.com:josevazquez/LMErrorKit
f625920View on GitHubMoved LMLog files with the rest of LMErrorKit to simplify #import statement when using files directly from a submodule. (i.e. not using a framework or static lib)
3146013View on GitHubAdded a new LMPostError but it has not yet been tested. Bad programer! Test first, implement later!
df265d6View on GitHubRenamed LMInternalPostError to LMInternalPostDomainCode to be consistent with new naming convention of LMPostError.
66aa97aView on GitHubRenamed LMPostError to LMPostDomainCode. Will reused the name LMPostError to post actual NSError instances.
eda65afView on GitHub- Implemented the filter stack. Added some tests as well.
a375ce6View on GitHub- Added a test to verify LMErrorHandler reports Selector Handlers with invalid number of arguments.
5c103a6View on GitHub