18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
*/
#import "OFReadOrWriteFailedException.h"
OF_ASSUME_NONNULL_BEGIN
/**
* @class OFWriteFailedException \
* OFWriteFailedException.h ObjFW/OFWriteFailedException.h
*
* @brief An exception indicating that writing to an object failed.
*/
@interface OFWriteFailedException: OFReadOrWriteFailedException
{
size_t _bytesWritten;
OF_RESERVE_IVARS(OFWriteFailedException, 4)
|
|
<
|
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
*/
#import "OFReadOrWriteFailedException.h"
OF_ASSUME_NONNULL_BEGIN
/**
* @class OFWriteFailedException OFWriteFailedException.h ObjFW/ObjFW.h
*
* @brief An exception indicating that writing to an object failed.
*/
@interface OFWriteFailedException: OFReadOrWriteFailedException
{
size_t _bytesWritten;
OF_RESERVE_IVARS(OFWriteFailedException, 4)
|