ObjFW  Diff

Differences From Artifact [c4c3e18fa9]:

To Artifact [a67998f491]:


25
26
27
28
29
30
31

32
33
34
35
36
37
38
 *
 * @brief An exception indicating that moving an item failed.
 */
@interface OFMoveItemFailedException: OFException
{
	OFURL *_sourceURL, *_destinationURL;
	int _errNo;

}

/**
 * @brief The original URL.
 */
@property (readonly, nonatomic) OFURL *sourceURL;








>







25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
 *
 * @brief An exception indicating that moving an item failed.
 */
@interface OFMoveItemFailedException: OFException
{
	OFURL *_sourceURL, *_destinationURL;
	int _errNo;
	OF_RESERVE_IVARS(OFMoveItemFailedException, 4)
}

/**
 * @brief The original URL.
 */
@property (readonly, nonatomic) OFURL *sourceURL;