4 "summary": "VBError is a base class for your own errors.",
5 "description": "VBError is a base class for your own errors. It makes error creation and handling more effective.\n\nWhen handling error you can check class instead of making domain+code check.\n\nYou can also create same errors(domain+code) in different parts of code by creating an instance of the same VBError subclass.\n\nUse case 1.\n1. Create VBError subclass.\n2. Call <i>+errorWithCode:</i>, <i>errorWithUserInfo:</i>, <i>+errorWithCode:userInfo:</i> or <i>+errorWithError:</i> to create an instance.\n\nUse case 2\n1. Create VBError subclass.\n2. Implement <i>+code</i> method.\n3. Call <i>+error</i>, <i>+errorWithUserInfo:</i> to create an instance.",
6 "homepage": "https://github.com/valnoc/VBError",
9 "Valeriy Bezuglyy": "valnocorner@gmail.com"
12 "git": "https://github.com/valnoc/VBError.git",
19 "source_files": "VBError/**/*"