DoesNotExistError

misc.exceptions.DoesNotExistError(name: str, object_type: str)

Raised when an attempt is made to access an object that does not exist.

Back to top