# frozen_string_literal: true module RakeSecrets module Errors class StoreError < StandardError end end end