@@ -27,10 +27,13 @@ * MessagePack representation. */ @protocol OFMessagePackRepresentation /** * @brief The MessagePack representation of the object as OFData. + * + * @throw OFOutOfRangeException The object is too big for a MessagePack + * representation */ @property (readonly, nonatomic) OFData *messagePackRepresentation; @end OF_ASSUME_NONNULL_END