summaryrefslogtreecommitdiff
path: root/lib/gitlab/prometheus/parsing_error.rb
blob: 20b5ef5ce551cd67143ad2a6b9227bb044e51eac (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

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