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

Method __init__

core/exceptions.py:37–38  ·  view source on GitHub ↗
(self, message: str)

Source from the content-addressed store, hash-verified

35 """Raised when network operations fail."""
36
37 def __init__(self, message: str):
38 super().__init__(f"Network error: {message}")
39
40
41class ConfigurationError(SecuritySuiteException):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected