Sha256: 9cfd84239832c9925a61180bdc65e51dee9f376ac02f9927f4d3a25eac084263
Contents?: true
Size: 271 Bytes
Versions: 43
Compression:
Stored size: 271 Bytes
Contents
module ActiveGraph module Core module SchemaErrors class ConstraintValidationFailedError < CypherError; end class ConstraintAlreadyExistsError < CypherError; end class IndexAlreadyExistsError < CypherError; end end end end
Version data entries
43 entries across 43 versions & 1 rubygems