Source code for registrar.exceptions

"""
exceptions.py
============

Contains exceptions that may occur during registration

"""


[docs]class RegistrationError(Exception): """Registration error class """