@@ -30,12 +30,11 @@ } - (id)objectAtIndex: (size_t)index { if (index > PQntuples(_result)) - @throw [OFOutOfRangeException - exceptionWithClass: [self class]]; + @throw [OFOutOfRangeException exception]; return [PGResultRow rowWithResult: self row: (int)index]; }