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

Class AccessProhibitedException

src/model/model_helper.py:285–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283
284
285class AccessProhibitedException(Exception):
286 def __init__(self, message) -> None:
287 super().__init__(message)
288
289
290def read_nested(json_object, path):

Callers 2

find_history_entryMethod · 0.90
validate_execution_idMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected