BigW Consortium Gitlab

error.rb 83 Bytes
module Gitlab
  module ImportExport
    class Error < StandardError; end
  end
end