6 lines
83 B
Ruby
6 lines
83 B
Ruby
|
module Gitlab
|
||
|
module ImportExport
|
||
|
class Error < StandardError; end
|
||
|
end
|
||
|
end
|