ObjFW  Diff

Differences From Artifact [fd8e9dd895]:

To Artifact [2fa10041b9]:


23
24
25
26
27
28
29

30
31
32
33
34
35
36
 *
 * @brief An exception indicating that setting an option for an object failed.
 */
@interface OFSetOptionFailedException: OFException
{
	id _object;
	int _errNo;

}

/**
 * @brief The object for which the option could not be set.
 */
@property (readonly, nonatomic) id object;








>







23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
 *
 * @brief An exception indicating that setting an option for an object failed.
 */
@interface OFSetOptionFailedException: OFException
{
	id _object;
	int _errNo;
	OF_RESERVE_IVARS(OFSetOptionFailedException, 4)
}

/**
 * @brief The object for which the option could not be set.
 */
@property (readonly, nonatomic) id object;