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

Method __init__

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

Source from the content-addressed store, hash-verified

209 """An error caused by improper use of asyncpg API."""
210
211 def __init__(self, msg, *, detail=None, hint=None):
212 InterfaceMessage.__init__(self, detail=detail, hint=hint)
213 Exception.__init__(self, msg)
214
215 def with_msg(self, msg):
216 return type(self)(

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected