gitlab-org--gitlab-foss/lib/gitlab/import_export/error.rb
2017-03-01 15:28:10 +00:00

5 lines
83 B
Ruby

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