MCPcopy Create free account
hub / github.com/microsoft/JARVIS / __init__

Method __init__

taskbench/data_engine.py:226–227  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

224
225class RateLimitError(Exception):
226 def __init__(self, message):
227 super().__init__(message)
228
229class ContentFormatError(Exception):
230 def __init__(self, message):

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected