MCPcopy Index your code
hub / github.com/togethercomputer/RedPajama-Data / UnknownReadError

Class UnknownReadError

app/src/core/exceptions.py:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15
16class UnknownReadError(Exception):
17 def __init__(self, message):
18 super().__init__(message)

Callers 1

readMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected