Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
285
class
AccessProhibitedException(Exception):
286
def
__init__(self, message) -> None:
287
super().__init__(message)
288
289
290
def
read_nested(json_object, path):
Callers
2
find_history_entry
Method · 0.90
validate_execution_id
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected