ObjFW  Diff

Differences From Artifact [9775fd5471]:

To Artifact [3aa3e7a152]:


16
17
18
19
20
21
22
23

24
25
26
27
16
17
18
19
20
21
22

23
24
25
26
27







-
+





#include "config.h"

#import "OFInvalidServerReplyException.h"
#import "OFString.h"

@implementation OFInvalidServerReplyException
- (OFString*)description
- (OFString *)description
{
	return @"Got an invalid reply from the server!";
}
@end