moved code

This commit is contained in:
brian
2024-10-20 20:21:16 +00:00
parent 6f06485776
commit 1a6cf69346
27 changed files with 8 additions and 7 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."""