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

Class InvalidPinException

src/astroprint/users.py:317–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315 Exception.__init__(self, "Unknown role: %s" % role)
316
317class InvalidPinException(Exception):
318 def _init_(self, pin):
319 Exception.__init__(self, "Invalid pin: %s" % pin)
320
321##~~ User object
322

Callers 1

changeUserPinMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected