# frozen_string_literal: true

module Gitlab
  module Ci
    module Parsers
      ParserError = Class.new(StandardError)
    end
  end
end