ObjFW  Diff

Differences From Artifact [45f02f6f12]:

To Artifact [5a826ad61e]:


21
22
23
24
25
26
27

28
29
30
31
32
33
34
 * @class OFNotOpenException OFNotOpenException.h ObjFW/OFNotOpenException.h
 *
 * @brief An exception indicating an object is not open, connected or bound.
 */
@interface OFNotOpenException: OFException
{
	id _object;

}

/**
 * @brief The object which is not open, connected or bound.
 */
@property (readonly, nonatomic) id object;








>







21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
 * @class OFNotOpenException OFNotOpenException.h ObjFW/OFNotOpenException.h
 *
 * @brief An exception indicating an object is not open, connected or bound.
 */
@interface OFNotOpenException: OFException
{
	id _object;
	OF_RESERVE_IVARS(OFNotOpenException, 4)
}

/**
 * @brief The object which is not open, connected or bound.
 */
@property (readonly, nonatomic) id object;