5 lines
83 B
Ruby
5 lines
83 B
Ruby
module Gitlab
|
|
module ImportExport
|
|
Error = Class.new(StandardError)
|
|
end
|
|
end
|