ObjFW  Diff

Differences From Artifact [5a3910cc75]:

To Artifact [0feac0a56e]:


59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
 *
 * \param class The class of the object which caused the exception
 * \return An initialized OFException
 */
- initWithClass: (Class)class;

/**
 * \return The class of the object which caused the exception
 */
- (Class)class;

/**
 * \return An error message for the exception as a C string
 */
- (const char*)cString;
@end








|

|







59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
 *
 * \param class The class of the object which caused the exception
 * \return An initialized OFException
 */
- initWithClass: (Class)class;

/**
 * \return The class of the object in which the exception happened
 */
- (Class)inClass;

/**
 * \return An error message for the exception as a C string
 */
- (const char*)cString;
@end