Source code for events.exceptions

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