4 lines
63 B
Ruby
4 lines
63 B
Ruby
|
module Gitlab
|
||
|
class UpdatePathError < StandardError; end
|
||
|
end
|