from fansifter_common.exceptions import FansifterError class InvalidGoogleFontError(FansifterError): code = "invalid_google_font" message = "Font is not a valid Google Font" status_code = 400