debian-mirror-gitlab/lib/gitlab/usage/metrics/aggregates/sources.rb

14 lines
229 B
Ruby
Raw Normal View History

2021-06-08 01:23:25 +05:30
# frozen_string_literal: true
module Gitlab
module Usage
module Metrics
2021-10-27 15:23:28 +05:30
module Aggregates
module Sources
UnionNotAvailable = Class.new(AggregatedMetricError)
2021-06-08 01:23:25 +05:30
end
end
end
end
end