# frozen_string_literal: true

module Gitlab
  module ImportExport
    Error = Class.new(StandardError)
  end
end