🏠 Root
/
home
/
artorgp
/
www
/
wp-includes
/
php-ai-client
/
third-party
/
Psr
/
Http
/
Client
/
Editing: ClientExceptionInterface.php
<?php namespace WordPress\AiClientDependencies\Psr\Http\Client; /** * Every HTTP client related exception MUST implement this interface. */ interface ClientExceptionInterface extends \Throwable { }
Save
Cancel