gitlab-org--gitlab-foss/lib/gitlab/import_export/error.rb

8 lines
114 B
Ruby

# frozen_string_literal: true
module Gitlab
module ImportExport
Error = Class.new(StandardError)
end
end