<?php

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

/**
 * Class to manage a 500 - Internal server error response.
 *
 * @deprecated 25.6
 * @codeCoverageIgnore
 *
 * @phpcs:disable Yoast.NamingConventions.ObjectNameDepth.MaxExceeded
 */
class Internal_Server_Error_Exception extends Remote_Request_Exception {

}
