MCPcopy Index your code
hub / github.com/MongoEngine/mongoengine / DeprecatedError

Class DeprecatedError

mongoengine/errors.py:162–165  ·  view source on GitHub ↗

Raise when a user uses a feature that has been Deprecated

Source from the content-addressed store, hash-verified

160
161
162class DeprecatedError(MongoEngineException):
163 """Raise when a user uses a feature that has been Deprecated"""
164
165 pass

Callers 1

_validateMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected