@@ -28,10 +28,15 @@ @interface OFString (PropertyListParsing) /** * @brief The string interpreted as a property list and parsed as an object. * * @note This only supports XML property lists! + * + * @throw OFInvalidFormatException The string is not in correct XML property + * list format + * @throw OFUnsupportedVersionException The property list is using a version + * that is not supported */ @property (readonly, nonatomic) id objectByParsingPropertyList; @end OF_ASSUME_NONNULL_END