class

Engram::MemoryNotFoundError

Inherits Exception < Reference < Object

Raised when update_memory is called for an id that isn't in the store.

Constructors

new(id : Int64)

Builds a message naming the missing id.

Source