@@ -351,13 +351,11 @@ - (of_comparison_result_t)compare: (id )object { OFTimer *timer; if (![object isKindOfClass: [OFTimer class]]) - @throw[OFInvalidArgumentException - exceptionWithClass: [self class] - selector: _cmd]; + @throw [OFInvalidArgumentException exception]; timer = (OFTimer*)object; return [_fireDate compare: timer->_fireDate]; }