Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ __init__
Method
__init__
dvc/exceptions.py:280–281 ·
view source on GitHub ↗
(self, code, reason)
Source
from the content-addressed store, hash-verified
278
279
class
HTTPError(DvcException):
280
def
__init__(self, code, reason):
281
super().__init__(f
"'{code} {reason}'"
)
282
283
284
class
PathMissingError(DvcException):
Callers
15
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__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