401, 'code' => 'JETPACK_DISCONNECTED', ] ); } /** * Create a new instance of the exception when the Google account is not connected. * * @return static */ public static function google_disconnected(): AccountReconnect { return new static( __( 'Please reconnect your Google account.', 'google-listings-and-ads' ), 401, null, [ 'status' => 401, 'code' => 'GOOGLE_DISCONNECTED', ] ); } }