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: ce14cc887d0f4edfd674c9df14b2feeb2274d1e4 (plain)
1
2
3
module Gitlab
  class UpdatePathError < StandardError; end
end