5 lines
88 B
Ruby
5 lines
88 B
Ruby
module Gitlab
|
|
module Prometheus
|
|
ParsingError = Class.new(StandardError)
|
|
end
|
|
end
|