ObjFW  Diff

Differences From Artifact [ac90b3b64d]:

To Artifact [acb3de62d5]:


19
20
21
22
23
24
25
26
27
28
#import "OFString.h"

@implementation OFReadFailedException
- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to read %zu bytes from an object of type %@: %@",
	    _requestedLength, [_object class], of_strerror(_errNo)];
}
@end







|


19
20
21
22
23
24
25
26
27
28
#import "OFString.h"

@implementation OFReadFailedException
- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to read %zu bytes from an object of type %@: %@",
	    _requestedLength, [_object class], OFStrError(_errNo)];
}
@end