debian-mirror-gitlab/lib/gitlab/usage/metrics/aggregates/sources.rb
2021-10-27 15:23:28 +05:30

13 lines
229 B
Ruby

# frozen_string_literal: true
module Gitlab
module Usage
module Metrics
module Aggregates
module Sources
UnionNotAvailable = Class.new(AggregatedMetricError)
end
end
end
end
end