gitlab-ce/lib/gitlab/update_path_error.rb

4 lines
63 B
Ruby

module Gitlab
class UpdatePathError < StandardError; end
end