ObjFW  Diff

Differences From Artifact [57c11262a0]:

To Artifact [812d2c39f1]:


27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
 */
@interface OFUnsupportedVersionException: OFException
{
	OFString *_version;
}

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

+ (instancetype)exception OF_UNAVAILABLE;

/*!
 * @brief Creates a new, autoreleased unsupported version exception.







|







27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
 */
@interface OFUnsupportedVersionException: OFException
{
	OFString *_version;
}

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

+ (instancetype)exception OF_UNAVAILABLE;

/*!
 * @brief Creates a new, autoreleased unsupported version exception.