File "ClientExceptionInterface.php"
Full Path: /home/elegucvf/public_html/video/wp-content/wp-includes/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientExceptionInterface.php
File size: 187 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace YoastSEO_Vendor\Psr\Http\Client;
/**
* Every HTTP client related exception MUST implement this interface.
*/
interface ClientExceptionInterface extends \Throwable
{
}