# frozen_string_literal: true module Gitlab module Ci class Config module Yaml module Tags TagError = Class.new(StandardError) end end end end end