MCPcopy Create free account
hub / github.com/ReversecLabs/drozer / __init__

Method __init__

src/WithSecure/common/cli.py:160–162  ·  view source on GitHub ↗
(self, *args: object)

Source from the content-addressed store, hash-verified

158
159class UsageError(Exception):
160 def __init__(self, *args: object):
161 super().__init__(args)
162 self.message = None
163
164 """
165 UsageError exception is thrown if an invalid set of parameters is passed

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected