Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ URLMissingError
Class
URLMissingError
dvc/exceptions.py:299–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
297
298
299
class
URLMissingError(DvcException):
300
def
__init__(self, url):
301
super().__init__(f
"The path '{url}' does not exist"
)
302
303
304
class
IsADirectoryError(DvcException):
# noqa: A001
Callers
2
ls_url
Function · 0.90
get_url
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected