Skip to content

VBException is a base class for your own exceptions. It makes exception creation and handling more effective.

License

Notifications You must be signed in to change notification settings

valnoc/VBException

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VBException

VBException is a base class for your own exceptions. It makes exception creation and handling more effective.

Use case

  1. Create VBException subclass.
  2. Implement +reasonWithUserInfo: method.
  3. Call +exception: or +exceptionWithUserInfo: to create an instance.

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.

About

VBException is a base class for your own exceptions. It makes exception creation and handling more effective.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published