gitlab-org--gitlab-foss/lib/gitlab/update_path_error.rb

4 lines
63 B
Ruby
Raw Normal View History

module Gitlab
class UpdatePathError < StandardError; end
end