@@ -54,10 +54,10 @@ - (NSUInteger)count { size_t count = [_dictionary count]; if (count > NSUIntegerMax) - @throw [OFOutOfRangeException exceptionWithClass: [self class]]; + @throw [OFOutOfRangeException exception]; return (NSUInteger)count; } @end