gitlab-org--gitlab-foss/lib/gitlab/import_export/error.rb
2016-05-12 11:29:06 +02:00

5 lines
83 B
Ruby

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