/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
wp-mail-smtp
/
vendor_prefixed
/
psr
/
http-client
/
src
/
Upload File
HOME
<?php namespace WPMailSMTP\Vendor\Psr\Http\Client; /** * Every HTTP client related exception MUST implement this interface. */ interface ClientExceptionInterface extends \Throwable { }