PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
plugins
/
wordpress-seo
/
vendor_prefixed
/
psr
/
http-client
/
src
<?php namespace YoastSEO_Vendor\Psr\Http\Client; /** * Every HTTP client related exception MUST implement this interface. */ interface ClientExceptionInterface extends \Throwable { }
[-] RequestExceptionInterface.php
[edit]
[-] ClientExceptionInterface.php
[edit]
[-] NetworkExceptionInterface.php
[edit]
[-] ClientInterface.php
[edit]
[+]
..