from fansifter_common.exceptions import ObjectNotFoundError class CityNotFoundError(ObjectNotFoundError): code = "city_not_found" message = "City not found"