from fansifter_common.exceptions import FansifterError class EmailReportingReportNotFoundError(FansifterError): code = "email_reporting_report_not_found" message = "Email reporting report not found" status_code = 404