@@ -153,12 +153,13 @@ if (length == 0) return; if (calculated) - @throw [OFHashAlreadyCalculatedException newWithClass: isa - hash: self]; + @throw [OFHashAlreadyCalculatedException + exceptionWithClass: isa + hash: self]; /* Update bitcount */ t = bits[0]; if ((bits[0] = t + ((uint32_t)length << 3)) < t) /* Carry from low to high */