VBException 1.0.2

VBException 1.0.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Sep 2015

Maintained by Valeriy Bezuglyy.



  • 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.

How to install

Use CocoaPods

pod 'VBException'

or

Drag VBException dir into your project.

License

VBException is available under the MIT license. See the LICENSE file for more info.