ObjFW  Diff

Differences From Artifact [86beb99f9c]:

To Artifact [ba89add58a]:


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 OFMoveItemFailedException \
 *	  OFMoveItemFailedException.h ObjFW/OFMoveItemFailedException.h
 *
 * @brief An exception indicating that moving an item failed.
 */
@interface OFMoveItemFailedException: OFException
{
	OFIRI *_sourceIRI, *_destinationIRI;
	int _errNo;







|
<







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 OFMoveItemFailedException OFMoveItemFailedException.h ObjFW/ObjFW.h

 *
 * @brief An exception indicating that moving an item failed.
 */
@interface OFMoveItemFailedException: OFException
{
	OFIRI *_sourceIRI, *_destinationIRI;
	int _errNo;