@@ -23,9 +23,9 @@ @implementation OFWriteFailedException - (OFString*)description { return [OFString stringWithFormat: - @"Failed to write %zu bytes in class %@! " ERRFMT, _requestedLength, - _inClass, ERRPARAM]; + @"Failed to write %zu bytes in a stream of type %@! " ERRFMT, + _requestedLength, [_stream class], ERRPARAM]; } @end