@@ -53,13 +53,11 @@ @try { void *pool = objc_autoreleasePoolPush(); if (![[element name] isEqual: [self className]] || ![[element namespace] isEqual: OF_SERIALIZATION_NS]) - @throw [OFInvalidArgumentException - exceptionWithClass: [self class] - selector: _cmd]; + @throw [OFInvalidArgumentException exception]; _comment = [[element stringValue] copy]; objc_autoreleasePoolPop(pool); } @catch (id e) {