TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Sep 2015 |
Maintained by Valeriy Bezuglyy.
VBException is a base class for your own exceptions.
Create subclasses and implement +reasonWithUserInfo: method to provide useful reason information.
By default, exception name is its classname. It can be changed by implementing +name method.
Use CocoaPods
pod 'VBException'
or
Drag VBException dir into your project.
VBException is available under the MIT license. See the LICENSE file for more info.