4 lines
63 B
Ruby
4 lines
63 B
Ruby
|
module Gitlab
|
||
|
UpdatePathError = Class.new(StandardError)
|
||
|
end
|