Welcome to mirror list, hosted at ThFree Co, Russian Federation.

update_path_error.rb « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc066bf4143912fe488d064eab40744d53ed485d (plain)
1
2
3
4
5
# frozen_string_literal: true

module Gitlab
  UpdatePathError = Class.new(StandardError)
end