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: 8947ecfb92ee39dcc51bb5be21a9c7db20dff3d3 (plain)
1
2
3
module Gitlab
  UpdatePathError = Class.new(StandardError)
end