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