# File lib/i18n/backend/cache.rb, line 78
        def fetch_storing_missing_translation_exception(cache_key, &block)
          fetch_ignoring_procs(cache_key, &block)
        rescue MissingTranslationData => exception
          I18n.cache_store.write(cache_key, exception)
          exception
        end