5 lines
94 B
Ruby
5 lines
94 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Gitlab
|
|
UpdatePathError = Class.new(StandardError)
|
|
end
|