MCPcopy Create free account
hub / github.com/TheSecuredAnalyst/security-suite / __init__

Method __init__

core/exceptions.py:29–31  ·  view source on GitHub ↗
(self, target: str)

Source from the content-addressed store, hash-verified

27 """Raised when target validation fails."""
28
29 def __init__(self, target: str):
30 self.target = target
31 super().__init__(f"Invalid target: {target}")
32
33
34class NetworkError(SecuritySuiteException):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected