ObjFW  Diff

Differences From Artifact [4544e1d428]:

To Artifact [d4879e4859]:


18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

/*!
 * @brief An exception indicating that the specified version of the format or
 *	  protocol is not supported.
 */
@interface OFUnsupportedVersionException: OFException
{
	OFString *version;
}

#ifdef OF_HAVE_PROPERTIES
@property (readonly, copy, nonatomic) OFString *version;
#endif

/*!







|







18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

/*!
 * @brief An exception indicating that the specified version of the format or
 *	  protocol is not supported.
 */
@interface OFUnsupportedVersionException: OFException
{
	OFString *_version;
}

#ifdef OF_HAVE_PROPERTIES
@property (readonly, copy, nonatomic) OFString *version;
#endif

/*!