Current path: home/webdevt/www/wdp/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/http-client/src/
?? Go up: /home/webdevt/www/wdp/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/http-client
<?php
namespace WPMailSMTP\Vendor\Psr\Http\Client;
/**
* Every HTTP client related exception MUST implement this interface.
*/
interface ClientExceptionInterface extends \Throwable
{
}