ObjFW  Diff

Differences From Artifact [0cb2c83584]:

To Artifact [a0d7ecd9c8]:


20
21
22
23
24
25
26
27

28
29
30
31
32
33
34
35
20
21
22
23
24
25
26

27

28
29
30
31
32
33
34







-
+
-







#import "OFException.h"

OF_ASSUME_NONNULL_BEGIN

@class OFIRI;

/**
 * @class OFCopyItemFailedException \
 * @class OFCopyItemFailedException OFCopyItemFailedException.h ObjFW/ObjFW.h
 *	  OFCopyItemFailedException.h ObjFW/OFCopyItemFailedException.h
 *
 * @brief An exception indicating that copying a item failed.
 */
@interface OFCopyItemFailedException: OFException
{
	OFIRI *_sourceIRI, *_destinationIRI;
	int _errNo;