ObjFW  Diff

Differences From Artifact [fd604be220]:

To Artifact [2da3b1eaf2]:


23
24
25
26
27
28
29

30
31
32
33
34
35
36
 *
 * @brief An exception indicating that the specified version of the format or
 *	  protocol is not supported.
 */
@interface OFUnsupportedVersionException: OFException
{
	OFString *_version;

}

/**
 * @brief The version which is unsupported.
 */
@property (readonly, nonatomic) OFString *version;








>







23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
 *
 * @brief An exception indicating that the specified version of the format or
 *	  protocol is not supported.
 */
@interface OFUnsupportedVersionException: OFException
{
	OFString *_version;
	OF_RESERVE_IVARS(OFUnsupportedVersionException, 4)
}

/**
 * @brief The version which is unsupported.
 */
@property (readonly, nonatomic) OFString *version;