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

Class ArgumentMissing

src/pybind/ceph_argparse.py:81–85  ·  view source on GitHub ↗

Argument value missing in a command

Source from the content-addressed store, hash-verified

79
80
81class ArgumentMissing(ArgumentError):
82 """
83 Argument value missing in a command
84 """
85 pass
86
87
88class ArgumentValid(ArgumentError):

Callers 1

validateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected