Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
64
class
MigrationGraph:
Callers
1
validate_consistency
Method · 0.80
Calls
1
NodeNotFoundError
Class · 0.85
Tested by
no test coverage detected