# frozen_string_literal: true
module Gitlab
module Git
class Index
IndexError = Class.new(StandardError)
end