ObjFW  Diff

Differences From Artifact [5e8a642c6a]:

To Artifact [093083acd4]:


50
51
52
53
54
55
56
57

58
59
60
61
62
63
64
65
66
67


68
69
70
50
51
52
53
54
55
56

57
58
59
60
61
62
63
64
65


66
67
68
69
70







-
+








-
-
+
+



 * @param prefix The prefix which is unbound
 * @param parser The parser which encountered the unbound prefix
 * @return A new, autoreleased unbound prefix exception
 */
+ (instancetype)exceptionWithPrefix: (OFString *)prefix
			     parser: (OFXMLParser *)parser;

- init OF_UNAVAILABLE;
- (instancetype)init OF_UNAVAILABLE;

/*!
 * @brief Initializes an already allocated unbound prefix exception.
 *
 * @param prefix The prefix which is unbound
 * @param parser The parser which encountered the unbound prefix
 * @return An initialized unbound prefix exception
 */
- initWithPrefix: (OFString *)prefix
	  parser: (OFXMLParser *)parser OF_DESIGNATED_INITIALIZER;
- (instancetype)initWithPrefix: (OFString *)prefix
			parser: (OFXMLParser *)parser OF_DESIGNATED_INITIALIZER;
@end

OF_ASSUME_NONNULL_END