ObjFW  Diff

Differences From Artifact [69044522fc]:

To Artifact [82252acd0f]:


25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
 */
@interface OFNotOpenException: OFException
{
	id _object;
}

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

+ (instancetype)exception OF_UNAVAILABLE;

/*!
 * @brief Creates a new, autoreleased not open exception.







|







25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
 */
@interface OFNotOpenException: OFException
{
	id _object;
}

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

+ (instancetype)exception OF_UNAVAILABLE;

/*!
 * @brief Creates a new, autoreleased not open exception.