Sha256: 96bca152c7b97e46d6abab2c9ace7ba547ea1ffbc9089d16ef91cc4181fd3104
Contents?: true
Size: 204 Bytes
Versions: 6
Compression:
Stored size: 204 Bytes
Contents
# frozen_string_literal: true # rubocop:todo all module BSON class Error # Raised when trying to get a type from the registry that doesn't exist. class UnsupportedType < Error; end end end
Version data entries
6 entries across 6 versions & 1 rubygems