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

Class DBConnectionError

tortoise/exceptions.py:111–114  ·  view source on GitHub ↗

The DBConnectionError is raised when problems with connecting to db occurs

Source from the content-addressed store, hash-verified

109
110
111class DBConnectionError(BaseORMException, ConnectionError):
112 """
113 The DBConnectionError is raised when problems with connecting to db occurs
114 """
115
116
117class ValidationError(BaseORMException):

Callers 3

create_connectionMethod · 0.90
create_connectionMethod · 0.90
create_connectionMethod · 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…