Files
gitlabhq/lib/gitlab/import_export/error.rb
T

5 lines
82 B
Ruby

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