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

Class Error

app/db/users.py:6–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5
6class Error(Exception):
7 pass
8
9
10class UserAlreadyExistsError(Error):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected