throw Error()

in src/main/core/dictionaries-manager.ts [115:119]


    throw Error(
      setError({
        status: ERROR_STATUSES.dictionaryMaxSizeError,
        message: `${ERROR_MESSAGES.dictionaryMaxSizeError} ${getFormattedSize(DICTIONARY_MAX_SIZE[type])}`
      })