MCPcopy Create free account
hub / github.com/tiny-pilot/tinypilot / Error

Class Error

app/secret_key.py:31–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31class Error(Exception):
32 pass
33
34
35class InvalidSecretKeyError(Error):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected