MCPcopy Index your code
hub / github.com/treeverse/dvc / __init__

Method __init__

dvc/exceptions.py:15–18  ·  view source on GitHub ↗
(self, msg, *args)

Source from the content-addressed store, hash-verified

13 """Base class for all dvc exceptions."""
14
15 def __init__(self, msg, *args):
16 assert msg
17 self.msg = msg
18 super().__init__(msg, *args)
19
20
21class InvalidArgumentError(ValueError, DvcException):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected