Sha256: c0210db3e1d00f35e2b032f910abe53232e29d089befca264d1c0309b7854070
Contents?: true
Size: 265 Bytes
Versions: 11
Compression:
Stored size: 265 Bytes
Contents
module Neo4j module Core module SchemaErrors class ConstraintValidationFailedError < CypherError; end class ConstraintAlreadyExistsError < CypherError; end class IndexAlreadyExistsError < CypherError; end end end end
Version data entries
11 entries across 11 versions & 2 rubygems