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

Method __init__

core/exceptions.py:51–54  ·  view source on GitHub ↗
(self, module_name: str, error: str)

Source from the content-addressed store, hash-verified

49 """Raised when module execution fails."""
50
51 def __init__(self, module_name: str, error: str):
52 self.module_name = module_name
53 self.error = error
54 super().__init__(f"Module '{module_name}' error: {error}")

Callers 5

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected