ObjFW  Diff

Differences From Artifact [1cdedb1af1]:

To Artifact [b3fc0e5ad0]:


308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
/**
 * \return The requested size of the data that couldn't be read / written
 */
- (size_t)requestedSize;
@end

/**
 * An OFException indicating a read to the file failed.
 */
@interface OFReadFailedException: OFReadOrWriteFailedException {}
@end

/**
 * An OFException indicating a write to the file failed.
 */







|







308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
/**
 * \return The requested size of the data that couldn't be read / written
 */
- (size_t)requestedSize;
@end

/**
 * An OFException indicating a read on the file failed.
 */
@interface OFReadFailedException: OFReadOrWriteFailedException {}
@end

/**
 * An OFException indicating a write to the file failed.
 */