ObjFW  Diff

Differences From Artifact [1816ac19d2]:

To Artifact [9b4d777476]:


20
21
22
23
24
25
26
27
28


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


27
28

29
30
31
32
33
34
35







-
-
+
+
-







#import "OFException.h"

OF_ASSUME_NONNULL_BEGIN

@class OFIRI;

/**
 * @class OFGetItemAttributesFailedException \
 *	  OFGetItemAttributesFailedException.h \
 * @class OFGetItemAttributesFailedException
 *	  OFGetItemAttributesFailedException.h ObjFW/ObjFW.h
 *	  ObjFW/OFGetItemAttributesFailedException.h
 *
 * @brief An exception indicating an item's attributes could not be retrieved.
 */
@interface OFGetItemAttributesFailedException: OFException
{
	OFIRI *_IRI;
	int _errNo;