renamed module

This commit is contained in:
brian
2025-01-06 17:15:48 +00:00
parent 8214bd2669
commit 99b5820ae6
44 changed files with 30 additions and 30 deletions
@@ -0,0 +1 @@
from .no_document_found import NoDocumentFoundException
+5
View File
@@ -0,0 +1,5 @@
"""Definition of database exception."""
class NoDocumentFoundException(Exception):
"""Database exception for when no documents are found."""