This commit is contained in:
Daniele Marcocci 2021-05-05 18:31:15 +02:00
parent 756bffe868
commit 5897b1d042

View File

@ -16,9 +16,11 @@ __all__ = (
"DeprecatedError",
)
class MongoEngineException(Exception):
pass
class NotRegistered(MongoEngineException):
pass