# frozen_string_literal: true

module Gitlab
  module Config
    module Loader
      FormatError = Class.new(StandardError)
    end
  end
end