ObjFW  Diff

Differences From Artifact [cc57329772]:

To Artifact [57c11262a0]:


41
42
43
44
45
46
47
48

49
50
51
52
53
54
55
56

57
58
59
41
42
43
44
45
46
47

48
49
50
51
52
53
54
55

56
57
58
59







-
+







-
+



 * @brief Creates a new, autoreleased unsupported version exception.
 *
 * @param version The version which is unsupported
 * @return A new, autoreleased unsupported version exception
 */
+ (instancetype)exceptionWithVersion: (OFString *)version;

- init OF_UNAVAILABLE;
- (instancetype)init OF_UNAVAILABLE;

/*!
 * @brief Initializes an already allocated unsupported protocol exception.
 *
 * @param version The version which is unsupported
 * @return An initialized unsupported version exception
 */
- initWithVersion: (OFString *)version OF_DESIGNATED_INITIALIZER;
- (instancetype)initWithVersion: (OFString *)version OF_DESIGNATED_INITIALIZER;
@end

OF_ASSUME_NONNULL_END