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