ObjFW  Diff

Differences From Artifact [5edcb1131f]:

To Artifact [9f155bbade]:


27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
	OFString *_version;
}

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

/*!
 * @brief Creates a new, autoreleased unsupported version exception.
 *
 * @param version The version which is unsupported
 * @return A new, autoreleased unsupported version exception
 */







|







27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
	OFString *_version;
}

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

/*!
 * @brief Creates a new, autoreleased unsupported version exception.
 *
 * @param version The version which is unsupported
 * @return A new, autoreleased unsupported version exception
 */