Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
305
class
UserAlreadyExists(Exception):
306
def
__init__(self, username):
307
Exception.__init__(self,
"User %s already exists"
% username)
308
309
class
UnknownUser(Exception):
310
def
__init__(self, username):
Callers
1
addUser
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected