# frozen_string_literal: true

module RakeSecrets
  module Errors
    class RetrieveError < StandardError
    end
  end
end