MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / __init__

Method __init__

web/pgadmin/utils/exception.py:141–143  ·  view source on GitHub ↗
(self, error_msg)

Source from the content-addressed store, hash-verified

139 """
140
141 def __init__(self, error_msg):
142 self.error_msg = error_msg
143 HTTPException.__init__(self)
144
145 @property
146 def name(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected