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