# frozen_string_literal: true require_relative "ConfigMan/version" module ConfigMan class Error < StandardError; end # Your code goes here... end