gitlab-org--gitlab-foss/lib/gitlab/git/index.rb

10 lines
136 B
Ruby

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