MCPcopy Create free account
hub / github.com/ceph/ceph / ArgumentError

Class ArgumentError

src/pybind/ceph_argparse.py:60–64  ·  view source on GitHub ↗

Something wrong with arguments

Source from the content-addressed store, hash-verified

58
59
60class ArgumentError(Exception):
61 """
62 Something wrong with arguments
63 """
64 pass
65
66
67class ArgumentNumber(ArgumentError):

Callers 2

store_argFunction · 0.70
validateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected