ObjFW  Diff

Differences From Artifact [0a10d296cf]:

To Artifact [23f4713294]:


177
178
179
180
181
182
183
184


185
186
177
178
179
180
181
182
183

184
185
186
187







-
+
+


}

- (void)elementBuilder: (OFXMLElementBuilder*)builder
  didNotExpectCloseTag: (OFString*)name
	    withPrefix: (OFString*)prefix
	     namespace: (OFString*)ns
{
	@throw [OFMalformedXMLException newWithClass: [builder class]];
	@throw [OFMalformedXMLException newWithClass: [builder class]
					      parser: nil];
}
@end