MCPcopy Create free account
hub / github.com/cppla/ServerStatus / __init__

Method __init__

server/manage_api.py:22–26  ·  view source on GitHub ↗
(self, status, message, details=None)

Source from the content-addressed store, hash-verified

20
21class ApiError(Exception):
22 def __init__(self, status, message, details=None):
23 super().__init__(message)
24 self.status = status
25 self.message = message
26 self.details = details
27
28
29def load_config():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected