lib/bson/error/ext_json_parse_error.rb
# frozen_string_literal: true # rubocop:todo all module BSON class Error # Exception raised when Extended JSON parsing fails. class ExtJSONParseError < Error end end end
# frozen_string_literal: true # rubocop:todo all module BSON class Error # Exception raised when Extended JSON parsing fails. class ExtJSONParseError < Error end end end