module Gitlab module Git class Index IndexError = Class.new(StandardError) end end end