BigW Consortium Gitlab

resolution_error.rb 92 Bytes
Newer Older
1 2 3 4 5 6
module Gitlab
  module Conflict
    class ResolutionError < StandardError
    end
  end
end