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

8 lines
105 B
Ruby
Raw Normal View History

module Gitlab
module Git
class Index
2017-04-19 20:37:44 -04:00
IndexError = Class.new(StandardError)
end
end
end