MCPcopy
hub / github.com/LazyAGI/LazyLLM / _raise_hook_phase_errors

Function _raise_hook_phase_errors

lazyllm/hook.py:105–108  ·  view source on GitHub ↗
(phase: str, errors)

Source from the content-addressed store, hash-verified

103
104
105def _raise_hook_phase_errors(phase: str, errors):
106 if not errors:
107 return
108 raise HookPhaseError(phase, errors)
109
110
111_builtin_hook_providers: list[Callable[[Any], list]] = []

Callers 1

run_hooksFunction · 0.85

Calls 1

HookPhaseErrorClass · 0.85

Tested by

no test coverage detected