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

resolution_error.rb « conflict « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0b61256b35a39e9be4448bed890484ddb5f94598 (plain)
1
2
3
4
5
module Gitlab
  module Conflict
    ResolutionError = Class.new(StandardError)
  end
end