from fansifter_common.exceptions import FansifterError class ImproperlyConfigured(Exception): pass class HandlerError(FansifterError): code = "HANDLER_ERROR" message = "An error occurred while handling the event."