Sha256: 066de93264cd3046293c836765d2e612225cab5f47fa92926999846feeccc8cc
Contents?: true
Size: 188 Bytes
Versions: 6
Compression:
Stored size: 188 Bytes
Contents
# frozen_string_literal: true # rubocop:todo all module BSON class Error # Exception raised when Extended JSON parsing fails. class ExtJSONParseError < Error end end end
Version data entries
6 entries across 6 versions & 1 rubygems