[docs]class RegistrationError(Exception): """Custom error for problems during registration""" pass
Contents: