<?php

namespace Yoast\WP\SEO\Premium\Exceptions\Remote_Request;

/**
 * Class to manage a 503 - service unavailable response.
 *
 * @deprecated 25.6
 * @codeCoverageIgnore
 */
class Service_Unavailable_Exception extends Remote_Request_Exception {

}
