# frozen_string_literal: true

module Gitlab
  module Prometheus
    ParsingError = Class.new(StandardError)
  end
end