ObjFW  Diff

Differences From Artifact [ec481228e3]:

To Artifact [b835408d30]:


19
20
21
22
23
24
25
26

27
28
19
20
21
22
23
24
25

26
27
28







-
+


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

@implementation OFInvalidServerReplyException
- (OFString*)description
{
	return [OFString stringWithFormat:
	    @"Got an invalid reply from the server in class %@", _inClass];
	    @"Got an invalid reply from the server in class %@!", _inClass];
}
@end