OOCMissingIDException : OOCException
Thrown when trying to use a collection property before calling save
.
Internally, the collections are stored as a separated key, therefore an id
is needed to allow this. Calling create
or save
on new instances will set an id
.
Updated less than a minute ago