gitlab-org--gitlab-foss/lib/gitlab/usage/metrics/aggregates/sources.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
229 B
Ruby
Raw Normal View History

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