ObjFW  Diff

Differences From Artifact [9a0b5ba873]:

To Artifact [b0b9afa776]:


16
17
18
19
20
21
22
23

24
25
26
27
28
16
17
18
19
20
21
22

23
24
25
26
27
28







-
+






#include "config.h"

#import "OFTruncatedDataException.h"
#import "OFString.h"

@implementation OFTruncatedDataException
- (OFString*)description
- (OFString *)description
{
	return @"Truncated data was received or produced when it should not "
	    @"have been truncated!";
}
@end