@@ -30,14 +30,14 @@ @implementation XMPPXMLElementBuilder - (void)parser: (OFXMLParser*)parser foundProcessingInstructions: (OFString*)pi { - @throw [OFMalformedXMLException exceptionWithClass: isa]; + @throw [OFMalformedXMLException exceptionWithClass: [self class]]; } - (void)parser: (OFXMLParser*)parser foundComment: (OFString*)comment { - @throw [OFMalformedXMLException exceptionWithClass: isa]; + @throw [OFMalformedXMLException exceptionWithClass: [self class]]; } @end