MCPcopy
hub / github.com/django/django / raise_error

Method raise_error

django/db/migrations/graph.py:60–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

58 self.error_message = error_message
59
60 def raise_error(self):
61 raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
62
63
64class MigrationGraph:

Callers 1

validate_consistencyMethod · 0.80

Calls 1

NodeNotFoundErrorClass · 0.85

Tested by

no test coverage detected