BigW Consortium Gitlab

error.rb 83 Bytes
module Gitlab
  module ImportExport
    Error = Class.new(StandardError)
  end
end