PATH:
home
/
letacommog
/
seneve10
/
wp-content
/
plugins
/
essential-addons-elementor
/
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]
[-] ClientInterface.php
[edit]
[-] RequestExceptionInterface.php
[edit]
[-] ClientExceptionInterface.php
[edit]