MemGPT/letta/orm/errors.py
2024-10-22 14:47:09 -07:00

3 lines
111 B
Python

class NoResultFound(Exception):
"""A record or records cannot be found given the provided search params"""