API  0.9.7
 All Classes Files Functions Variables Macros Groups Pages
CPError.h
Go to the documentation of this file.
1 
2 @interface CPError : CPObject
3 {
4  CPInteger _code // @accessors(property=code, readonly);
5  CPString _domain // @accessors(property=domain, readonly);
6  CPDictionary _userInfo // @accessors(property=userInfo, readonly);
7 }
8 @end