MCPcopy
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
299class URLMissingError(DvcException):
300 def __init__(self, url):
301 super().__init__(f"The path '{url}' does not exist")
302
303
304class IsADirectoryError(DvcException): # noqa: A001

Callers 2

ls_urlFunction · 0.90
get_urlFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected