Welcome to mirror list, hosted at ThFree Co, Russian Federation.

error.rb « import_export « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e341c4d9cf898973e9cf3a63a29a11ed3b562750 (plain)
1
2
3
4
5
module Gitlab
  module ImportExport
    class Error < StandardError; end
  end
end