PATH:
home
/
shotlining
/
public_html
/
wp-content
/
plugins
/
w3-total-cache
/
vendor
/
psr
/
http-client
/
src
<?php namespace 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]