summaryrefslogtreecommitdiff
path: root/lib/gitlab/conflict/resolution_error.rb
blob: 0b61256b35a39e9be4448bed890484ddb5f94598 (plain)
1
2
3
4
5
module Gitlab
  module Conflict
    ResolutionError = Class.new(StandardError)
  end
end