module Gitlab
  module ImportExport
    class Error < StandardError; end
  end
end