File "Exception.php"
Full Path: /home/naijiwfb/sabisentinel.com/wp-includes/php-ai-client/third-party/Http/Discovery/Exception.php
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
{
}