Sha256: 18047aa1d6d1b1d24719c3aab3902e25fd532887b53877cf0a20dd6bb8b9c078

Contents?: true

Size: 303 Bytes

Versions: 6

Compression:

Stored size: 303 Bytes

Contents

# frozen_string_literal: true
# rubocop:todo all

module BSON
  class Error

    # Exception raised when there is an invalid argument passed into the
    # constructor of regexp object. This includes when the argument contains
    # a null byte.
    class InvalidRegexpPattern < Error
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bson-5.0.2 lib/bson/error/invalid_regexp_pattern.rb
bson-5.0.2-java lib/bson/error/invalid_regexp_pattern.rb
bson-5.0.1 lib/bson/error/invalid_regexp_pattern.rb
bson-5.0.1-java lib/bson/error/invalid_regexp_pattern.rb
bson-5.0.0-java lib/bson/error/invalid_regexp_pattern.rb
bson-5.0.0 lib/bson/error/invalid_regexp_pattern.rb