MCPcopy
hub / github.com/tortoise/tortoise-orm / raise_error

Method raise_error

tortoise/migrations/graph.py:62–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60 self.error_message = error_message
61
62 def raise_error(self) -> None:
63 raise ValueError(self.error_message)
64
65
66class MigrationGraph:

Callers 1

validate_consistencyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected