MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / UserAlreadyExists

Class UserAlreadyExists

src/astroprint/users.py:305–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303##~~ Exceptions
304
305class UserAlreadyExists(Exception):
306 def __init__(self, username):
307 Exception.__init__(self, "User %s already exists" % username)
308
309class UnknownUser(Exception):
310 def __init__(self, username):

Callers 1

addUserMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected