View Source ActiveMemory.MultipleResultsError exception (ActiveMemory v0.8.0)

Raised by one/1, one!/1, get_by/1 and get_by!/1 when a query intended to match a single record matches more than one.

Use select/1 when many records are expected. Mirrors Ecto.MultipleResultsError.