• File: Exception.php
  • Full Path: /home/u505525515/domains/medineeestates.com/public_html/wp-includes/php-ai-client/third-party/Http/Discovery/Exception.php
  • Date Modified: 05/25/2026 6:29 AM
  • File size: 235 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace WordPress\AiClientDependencies\Http\Discovery;

/**
 * An interface implemented by all discovery related exceptions.
 *
 * @author Tobias Nyholm <tobias.nyholm@gmail.com>
 */
interface Exception extends \Throwable
{
}