Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ __init__
Method
__init__
src/model/model_helper.py:266–268 ·
view source on GitHub ↗
(self, path, message)
Source
from the content-addressed store, hash-verified
264
265
class
InvalidFileException(Exception):
266
def
__init__(self, path, message) -> None:
267
super().__init__(message)
268
self.path = path
269
270
271
class
InvalidValueException(Exception):
Callers
3
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected