ObjFW  Diff

Differences From Artifact [fe898bbe99]:

To Artifact [50dc8634ab]:


21
22
23
24
25
26
27
28
29


30
31
32
33
34
35
36
37
21
22
23
24
25
26
27


28
29

30
31
32
33
34
35
36







-
-
+
+
-







#import "OFIRIHandler.h"

OF_ASSUME_NONNULL_BEGIN

@class OFIRI;

/**
 * @class OFSetItemAttributesFailedException \
 *	  OFSetItemAttributesFailedException.h \
 * @class OFSetItemAttributesFailedException
 *	  OFSetItemAttributesFailedException.h ObjFW/ObjFW.h
 *	  ObjFW/OFSetItemAttributesFailedException.h
 *
 * @brief An exception indicating an item's attributes could not be set.
 */
@interface OFSetItemAttributesFailedException: OFException
{
	OFIRI *_IRI;
	OFFileAttributes _attributes;