zZzzZ.
home2
/
zrzvbdry
/
discountplusoffer.com
/
wp-includes
/
php-ai-client
/
third-party
/
Psr
/
Http
/
Client
New Folder
Editing: ClientExceptionInterface.php
Save
Cancel
<?php namespace WordPress\AiClientDependencies\Psr\Http\Client; /** * Every HTTP client related exception MUST implement this interface. */ interface ClientExceptionInterface extends \Throwable { }