AI-News/backend/app/db/errors.py

3 lines
93 B
Python
Raw Permalink Normal View History

2025-12-04 10:04:21 +08:00
class EntityDoesNotExist(Exception):
"""Raised when entity was not found in database."""