MCPcopy Index your code
hub / github.com/bugy/script-server / ParameterNotFoundException

Class ParameterNotFoundException

src/model/script_config.py:389–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387
388
389class ParameterNotFoundException(Exception):
390 def __init__(self, param_name) -> None:
391 self.param_name = param_name
392
393
394def get_sorted_config(config):

Callers 1

list_files_for_paramMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected