ObjFW  Diff

Differences From Artifact [0e7a48ed31]:

To Artifact [8f2a6df5f9]:


23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
 *
 * The OFException class is the base class for all exceptions in ObjFW, except
 * the OFAllocFailedException.
 */
@interface OFException: OFObject
{
	Class _inClass;
	OFString *_description;
}

#ifdef OF_HAVE_PROPERTIES
@property (readonly) Class inClass;
#endif

/*!







<







23
24
25
26
27
28
29

30
31
32
33
34
35
36
 *
 * The OFException class is the base class for all exceptions in ObjFW, except
 * the OFAllocFailedException.
 */
@interface OFException: OFObject
{
	Class _inClass;

}

#ifdef OF_HAVE_PROPERTIES
@property (readonly) Class inClass;
#endif

/*!