renamed file
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
"""Definition of database exception."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
class NoDocumentFoundException(Exception):
|
||||
"""Database exception for when no documents are found."""
|
||||
Reference in New Issue
Block a user