File "ClientExceptionInterface.php"
Full path: /home/apktmnmv/apkcasinos.pk/wp-includes/php-ai-client/third-party/Psr/Http/Client/ClientExceptionInterface.php
File
size: 202 B (202 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
namespace WordPress\AiClientDependencies\Psr\Http\Client;
/**
* Every HTTP client related exception MUST implement this interface.
*/
interface ClientExceptionInterface extends \Throwable
{
}