14 lines
229 B
Ruby
14 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
|