PATH:
home
/
fengshp
/
www
/
wp-content
/
plugins
/
google-site-kit
/
third-party
/
psr
/
http-client
/
src
<?php namespace Google\Site_Kit_Dependencies\Psr\Http\Client; /** * Every HTTP client related exception MUST implement this interface. */ interface ClientExceptionInterface extends \Throwable { }
[+]
..
[-] NetworkExceptionInterface.php
[edit]
[-] RequestExceptionInterface.php
[edit]
[-] ClientInterface.php
[edit]
[-] ClientExceptionInterface.php
[edit]