@@ -20,9 +20,8 @@ #import "OFString.h" @implementation OFOutOfRangeException - (OFString*)description { - return [OFString stringWithFormat: - @"Value out of range in class %@!", _inClass]; + return @"Value out of range!"; } @end