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