7 lines
114 B
Ruby
7 lines
114 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Gitlab
|
|
module ImportExport
|
|
Error = Class.new(StandardError)
|
|
end
|
|
end
|