MCPcopy Create free account
hub / github.com/bugy/script-server / InvalidConfigException

Class InvalidConfigException

src/config/exceptions.py:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class InvalidConfigException(Exception):
2 def __init__(self, message):
3 super().__init__(message)

Callers 6

read_output_formatFunction · 0.90
create_configMethod · 0.90
update_configMethod · 0.90
delete_configMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected