ObjFW  Diff

Differences From Artifact [60259d3ade]:

To Artifact [c0dcb82286]:


36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
 * \param obj The object which caused the exception
 * \return An initialized OFException
 */
- initWithObject: (id)obj;

- free;

/**
 * Raises an OFException and aborts execution if the exception is not caught.
 */

- raise;

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

/**







<
<
<
<
<
<







36
37
38
39
40
41
42






43
44
45
46
47
48
49
 * \param obj The object which caused the exception
 * \return An initialized OFException
 */
- initWithObject: (id)obj;

- free;







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

/**