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

Method __init__

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

Source from the content-addressed store, hash-verified

116 """
117
118 def __init__(self, error_msg):
119 self.error_msg = error_msg
120 HTTPException.__init__(self)
121
122 @property
123 def name(self):

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected