ObjFW  Diff

Differences From Artifact [17403f4ccf]:

To Artifact [2c37db7aa0]:


25
26
27
28
29
30
31

32
33
34
35
36
37
38
 *	  failed.
 */
@interface OFReadOrWriteFailedException: OFException
{
	id _object;
	size_t _requestedLength;
	int _errNo;

}

/**
 * @brief The stream which caused the read or write failed exception.
 */
@property (readonly, nonatomic) id object;








>







25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
 *	  failed.
 */
@interface OFReadOrWriteFailedException: OFException
{
	id _object;
	size_t _requestedLength;
	int _errNo;
	OF_RESERVE_IVARS(OFReadOrWriteFailedException, 4)
}

/**
 * @brief The stream which caused the read or write failed exception.
 */
@property (readonly, nonatomic) id object;