Current path: home/webdevt/www/demo2/wp-content/plugins/google-site-kit/third-party/psr/http-client/src/
?? Go up: /home/webdevt/www/demo2/wp-content/plugins/google-site-kit/third-party/psr/http-client
<?php
namespace Google\Site_Kit_Dependencies\Psr\Http\Client;
/**
* Every HTTP client related exception MUST implement this interface.
*/
interface ClientExceptionInterface extends \Throwable
{
}