@@ -27,11 +27,13 @@ } #endif @interface OFString (PercentEncoding) /** - * @brief The string with percent-encoding removed. + * @brief The string with percent encoding removed. + * + * @throw OFInvalidFormatException The string is not in proper percent encoding */ @property (readonly, nonatomic) OFString *stringByRemovingPercentEncoding; /** * @brief Percent-encodes a string for use in a URI, but does not escape the