if (requestedCallDelay < MINIMUM_CALL_DELAY) {
    if (this.config.denyTimersShorterThan1Ms) {
      throw new Error(
        timerCreateErrorMessage('>= ' + MINIMUM_CALL_DELAY, requestedCallDelay)
      );