Welcome to mirror list, hosted at ThFree Co, Russian Federation.

parsing_error.rb « prometheus « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 20b5ef5ce551cd67143ad2a6b9227bb044e51eac (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

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