Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ __init__
Method
__init__
web/pgadmin/utils/exception.py:93–94 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
91
CRYPT_KEY_MISSING =
"Crypt key is missing."
92
93
def
__init__(self):
94
HTTPException.__init__(self)
95
96
@property
97
def
name(self):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected