Sha256: 18ce8e4ba775aafcc9248a307f1ee9fa1735daa277d9c50c5ebfcb173dd91b90
Contents?: true
Size: 307 Bytes
Versions: 6
Compression:
Stored size: 307 Bytes
Contents
# frozen_string_literal: true # rubocop:todo all module BSON class Error # Exception raised when serializing an Array or Hash to BSON and an # array or hash element is of a class that does not define how to serialize # itself to BSON. class UnserializableClass < Error end end end
Version data entries
6 entries across 6 versions & 1 rubygems