class

Engram::DuplicateIdError

Inherits Exception < Reference < Object

Raised when two memory files in the same tree declare the same id.

This is deliberate: id collisions are decision conflicts and should fail loudly (at merge/sync time) rather than silently last-write-win.

Constructors

new(id : Int64, path_a : String, path_b : String)

Builds a message naming the offending id and both file paths.

Source