from fansifter_common.exceptions import ObjectNotFoundError class AppConnectionNotFoundError(ObjectNotFoundError): code = "app_connection_not_found" message = "App connection not found"