MCPcopy Create free account
hub / github.com/MagicStack/asyncpg / __init__

Method __init__

asyncpg/exceptions/_base.py:244–246  ·  view source on GitHub ↗
(self, msg, *, detail=None, hint=None)

Source from the content-addressed store, hash-verified

242 """A warning caused by an improper use of asyncpg API."""
243
244 def __init__(self, msg, *, detail=None, hint=None):
245 InterfaceMessage.__init__(self, detail=detail, hint=hint)
246 UserWarning.__init__(self, msg)
247
248
249class InternalClientError(Exception):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected