ObjFW  Diff

Differences From Artifact [a4ca6ea7be]:

To Artifact [1ab276c5fd]:


20
21
22
23
24
25
26



27
28
29
/**
 * @class OFReadFailedException \
 *	  OFReadFailedException.h ObjFW/OFReadFailedException.h
 *
 * @brief An exception indicating that reading from an object failed.
 */
@interface OFReadFailedException: OFReadOrWriteFailedException



@end

OF_ASSUME_NONNULL_END







>
>
>



20
21
22
23
24
25
26
27
28
29
30
31
32
/**
 * @class OFReadFailedException \
 *	  OFReadFailedException.h ObjFW/OFReadFailedException.h
 *
 * @brief An exception indicating that reading from an object failed.
 */
@interface OFReadFailedException: OFReadOrWriteFailedException
{
	OF_RESERVE_IVARS(OFReadFailedException, 4)
}
@end

OF_ASSUME_NONNULL_END