• File: internal-server-error-exception.php
  • Full Path: /home/docteuh/www/exceptions/internal-server-error-exception.php
  • Date Modified: 06/23/2026 4:19 PM
  • File size: 448 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

// phpcs:disable Yoast.NamingConventions.NamespaceName.MaxExceeded

// phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure.
namespace Yoast\WP\SEO\AI\HTTP_Request\Domain\Exceptions;

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

}