MCPcopy Index your code
hub / github.com/tortoise/tortoise-orm / DoesNotExist

Class DoesNotExist

tortoise/exceptions.py:97–102  ·  view source on GitHub ↗

The DoesNotExist exception is raised when expecting data, such as a ``.get()`` operation.

Source from the content-addressed store, hash-verified

95
96
97class DoesNotExist(NotExistOrMultiple):
98 """
99 The DoesNotExist exception is raised when expecting data, such as a ``.get()`` operation.
100 """
101
102 TEMPLATE = 'Object "{}" does not exist'
103
104
105class IncompleteInstanceError(OperationalError):

Callers 3

_executeMethod · 0.90
_executeMethod · 0.90
_executeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…