View Source ActiveMemory.NotFoundError exception (ActiveMemory v0.8.1)
Raised by the bang variants of the read functions (get!/1, get_by!/1,
one!/1, reload!/1) when no record matches.
The non-bang variants return {:error, :not_found} instead. Mirrors
Ecto.NoResultsError.