Sha256: 745f885f4cab06454cb042fb7ce9ef72957183655c5ac97917b8a43af37d6961
Contents?: true
Size: 239 Bytes
Versions: 6
Compression:
Stored size: 239 Bytes
Contents
# frozen_string_literal: true # rubocop:todo all module BSON class Error # Exception raised when decoding BSON and the data contains an # unsupported binary subtype. class UnsupportedBinarySubtype < Error end end end
Version data entries
6 entries across 6 versions & 1 rubygems