BigW Consortium Gitlab

error.rb 83 Bytes
Newer Older
1 2 3 4
module Gitlab
  module ImportExport
    class Error < StandardError; end
  end
James Lopez committed
5
end