PATH:
home
/
thebhoeo
/
public_html
/
pashtoo
/
wp-includes
/
php-ai-client
/
third-party
/
Psr
/
Http
/
Client
<?php namespace WordPress\AiClientDependencies\Psr\Http\Client; /** * Every HTTP client related exception MUST implement this interface. */ interface ClientExceptionInterface extends \Throwable { }
[-] NetworkExceptionInterface.php
[edit]
[-] ClientInterface.php
[edit]
[-] ClientExceptionInterface.php
[edit]
[+]
..
[-] RequestExceptionInterface.php
[edit]