@@ -41,11 +41,12 @@ self = [super init]; if (is == 0) { c = isa; [super dealloc]; - @throw [OFInvalidArgumentException newWithClass: c]; + @throw [OFInvalidArgumentException newWithClass: c + andSelector: _cmd]; } data = NULL; itemsize = is; count = 0;