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