ObjFW  Diff

Differences From Artifact [f58161cb91]:

To Artifact [20fcda4b44]:


31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
	OFURL *_URL;
	OFString *_target;
	int _errNo;
}

/*!
 * The URL at which the symlink should have been created.
 */
@property (readonly, nonatomic) OFURL *URL;

/*!
 * The target for the symlink.
 */
@property (readonly, nonatomic) OFString *target;

/*!
 * The errno of the error that occurred.
 */
@property (readonly, nonatomic) int errNo;

+ (instancetype)exception OF_UNAVAILABLE;

/*!
 * @brief Creates a new, autoreleased create symbolic link failed exception.







|




|




|







31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
	OFURL *_URL;
	OFString *_target;
	int _errNo;
}

/*!
 * @brief The URL at which the symlink should have been created.
 */
@property (readonly, nonatomic) OFURL *URL;

/*!
 * @brief The target for the symlink.
 */
@property (readonly, nonatomic) OFString *target;

/*!
 * @brief The errno of the error that occurred.
 */
@property (readonly, nonatomic) int errNo;

+ (instancetype)exception OF_UNAVAILABLE;

/*!
 * @brief Creates a new, autoreleased create symbolic link failed exception.