moved definition of exception to separate folder

This commit is contained in:
brian
2024-10-20 20:04:48 +00:00
parent 20831c9bc3
commit 6dba06704c
5 changed files with 3 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
"""Definition of database exception."""
class NoDocumentFoundException(Exception):
"""Database exception for when no documents are found."""