renamed file

This commit is contained in:
brian
2024-10-20 20:02:36 +00:00
parent e2338ad710
commit 20831c9bc3
+7
View File
@@ -0,0 +1,7 @@
"""Definition of database exception."""
from __future__ import annotations
class NoDocumentFoundException(Exception):
"""Database exception for when no documents are found."""